Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(517)

Unified Diff: Tools/GardeningServer/styles/onebar.css

Issue 183923025: Garden-o-matic: Introduce an option to open links in a new window (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Comments addressed Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Tools/GardeningServer/scripts/ui_unittests.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Tools/GardeningServer/styles/onebar.css
diff --git a/Tools/GardeningServer/styles/onebar.css b/Tools/GardeningServer/styles/onebar.css
index 3165d2f5b5a6ca8deae1feb6d5d6b994e023238d..7477972ec311b1ec86cb99d2ddf3d570756619d2 100644
--- a/Tools/GardeningServer/styles/onebar.css
+++ b/Tools/GardeningServer/styles/onebar.css
@@ -72,6 +72,17 @@
vertical-align: top;
}
+#link-handling {
+ position: absolute;
+ top: 10px;
+ right: 0;
+ padding-right: 4px;
+}
+
+#new-window-for-links {
+ vertical-align: text-bottom;
+}
+
#onebar details {
padding-left: 2px;
padding-right: 2px;
« no previous file with comments | « Tools/GardeningServer/scripts/ui_unittests.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698