summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/WebKit/Tools/GardeningServer/styles/onebar.css
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/WebKit/Tools/GardeningServer/styles/onebar.css')
-rw-r--r--chromium/third_party/WebKit/Tools/GardeningServer/styles/onebar.css20
1 files changed, 11 insertions, 9 deletions
diff --git a/chromium/third_party/WebKit/Tools/GardeningServer/styles/onebar.css b/chromium/third_party/WebKit/Tools/GardeningServer/styles/onebar.css
index 3165d2f5b5a..481195b450c 100644
--- a/chromium/third_party/WebKit/Tools/GardeningServer/styles/onebar.css
+++ b/chromium/third_party/WebKit/Tools/GardeningServer/styles/onebar.css
@@ -57,19 +57,21 @@
background: url(../images/partytime.gif) center center no-repeat;
}
-#chromium-gtests iframe {
- border: 0;
- height: 20px;
-}
-
-#chromium-gtests {
+#link-handling {
position: absolute;
top: 10px;
- right: 5px;
+ right: 0;
+ padding-right: 4px;
}
-#gtest-label {
- vertical-align: top;
+/* This checkbox just overlaps the main content on smalls screens and doesn't
+make a lot of sense as currently designed.*/
+@media only screen and (max-width: 400px) {
+ #link-handling { display: none; }
+}
+
+#new-window-for-links {
+ vertical-align: text-bottom;
}
#onebar details {