Update #18: UX Document Template Bulk Generating

Improved UX
This commit is contained in:
Gary Sharp
2013-10-24 22:15:46 +11:00
parent 723eeec91e
commit 233d62442c
6 changed files with 299 additions and 94 deletions
+23
View File
@@ -542,6 +542,29 @@ div.logEventsViewport table.logEventsViewport > tbody > tr > td.eventType {
padding: 2px;
height: 430px;
}
#dialogBulkGenerate .brief {
margin: 0 0 8px 0;
}
#dialogBulkGenerate .brief .scopeDescBulkGenerate {
font-weight: bold;
}
#dialogBulkGenerate .brief div.examples {
margin: 8px auto;
width: 300px;
}
#dialogBulkGenerate .brief div.examples div {
margin: 2px 4px 2px 0;
width: 150px;
float: left;
}
#dialogBulkGenerate .brief div.examples div.example1 {
width: 100px;
}
#dialogBulkGenerate textarea {
width: 100%;
height: 200px;
margin: 0 auto;
}
#importStatus #sessions .session {
padding: 4px;
margin-bottom: 10px;
+32 -3
View File
@@ -540,6 +540,38 @@ div.logEventsViewport {
}
}
// Document Templates
#dialogBulkGenerate {
.brief {
margin: 0 0 8px 0;
.scopeDescBulkGenerate {
font-weight: bold;
}
div.examples {
margin: 8px auto;
width: 300px;
div {
margin: 2px 4px 2px 0;
width: 150px;
float: left;
&.example1 {
width: 100px;
}
}
}
}
textarea {
width: 100%;
height: 200px;
margin: 0 auto;
}
}
// Document Templates - Import Status
#importStatus {
#sessions {
@@ -757,7 +789,6 @@ div.logEventsViewport {
text-align: right;
}
}
// Device Batches
.deviceBatches {
#DeviceBatch_PurchaseDetails_Container {
@@ -792,9 +823,7 @@ div.logEventsViewport {
height: 200px;
}
}
// Plugins
#plugins {
.pageMenuArea a > h3 {
display: inline;
File diff suppressed because one or more lines are too long