diff --git a/dashboard-ui/css/metadataeditor.css b/dashboard-ui/css/metadataeditor.css index f64f11a39..108929df2 100644 --- a/dashboard-ui/css/metadataeditor.css +++ b/dashboard-ui/css/metadataeditor.css @@ -197,20 +197,34 @@ .editorTile { display: inline-block; - margin: 1em 2em 2em 0; + margin: .5em; text-align: center; vertical-align: middle; } .imageEditorTile { width: 256px; - padding-bottom: 0; + background-color: #282828; + padding: 0; +} + +.editorTile h3 { + text-transform: uppercase; + background: #444; + padding: .5em 0; + text-align: center; + margin-top: 0; + color: #ddd; } .editorTile p { margin: .5em 0; } +.editorTileInner { + padding: 1em; +} + .editorTile .ui-field-contain { margin: 0 0 .5em; } diff --git a/dashboard-ui/edititemmetadata.html b/dashboard-ui/edititemmetadata.html index 9ced60eae..721e9e969 100644 --- a/dashboard-ui/edititemmetadata.html +++ b/dashboard-ui/edititemmetadata.html @@ -6,7 +6,7 @@