From 53d41d8f834d4de8f5ce19f1bfea374a12066e2b Mon Sep 17 00:00:00 2001 From: Cameron Dawson Date: Tue, 29 Oct 2013 16:30:22 -0700 Subject: [PATCH] css finally looking right... I think... --- ui/css/treeherder.css | 92 ++++++++++++++++++++++++++----------------- ui/index.html | 34 ++++++++-------- ui/partials/jobs.html | 15 +++---- 3 files changed, 81 insertions(+), 60 deletions(-) diff --git a/ui/css/treeherder.css b/ui/css/treeherder.css index 6ddffb80d..9b5978c8e 100755 --- a/ui/css/treeherder.css +++ b/ui/css/treeherder.css @@ -1,7 +1,9 @@ body { padding-top: 60px; padding-bottom: 500px; - min-width: 1000px; + min-width: 960px; + width: auto !important; + width: 960px; } .hidden { @@ -10,19 +12,7 @@ body { } .navbar { - min-width: 1000px; -} - -.th-action-button { - padding-left: 5px; -} - -.pushactions span.dropdown:hover ul.dropdown-menu{ - display: block; -} - -.pushactions:after { - content: none; + min-width: 960px; } .navbar .dropdown-menu { @@ -30,9 +20,56 @@ body { overflow: auto; } +.th-content { + display: inline-block; + overflow: auto; + min-width: 900px; + white-space: nowrap; +} + +.th-nav { + display: inline-block; + width: 100px; + vertical-align: top; +} + +.th-view-content { + display: inline-block; +} + +.th-show-jobs-button { + width: 100px; +} + +.th-revision-btn { + margin-left: 5px; +} + +.th-action-button { + padding-left: 5px; + width: 50; +} + +.th-rs-loading { + width: 25px; +} + +.revision { + font-size: 10px; + padding-top: 2px; + overflow: auto; +} + +.platform { + font-size: 11px; + padding-left: 0; + padding-right: 5px; +} + .result-set { padding-bottom: 5px; margin-left: 0; + white-space: normal; } .result-set .revision-list { @@ -43,37 +80,18 @@ body { padding-left: 0; } -.revision-btn { - margin-left: 5px; -} - -.revision { - font-size: 10px; - padding-top: 2px; -} - -.platform { - font-size: 11px; - padding-left: 0; - padding-right: 5px; -} - .selected-job { border: 5px solid black; } -.th-notes-accordion .accordion-toggle { - padding: 0; -} - -.show-jobs-button { - width: 100px; -} - .job-btn { margin: 0 -2px 0 0; } +.th-notes-accordion .accordion-toggle { + padding: 0; +} + /*Log Viewer*/ diff --git a/ui/index.html b/ui/index.html index 236501d71..0fbeb09a1 100755 --- a/ui/index.html +++ b/ui/index.html @@ -41,24 +41,26 @@ -
-
- -
+
+ + + -
-
- + +
+ -
-
+ +
+ +