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

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: 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
Index: Tools/GardeningServer/styles/onebar.css
diff --git a/Tools/GardeningServer/styles/onebar.css b/Tools/GardeningServer/styles/onebar.css
index 3165d2f5b5a6ca8deae1feb6d5d6b994e023238d..b828b2c65fb824b57a39d818cb5dad55ab18cf41 100644
--- a/Tools/GardeningServer/styles/onebar.css
+++ b/Tools/GardeningServer/styles/onebar.css
@@ -72,6 +72,19 @@
vertical-align: top;
}
+#link-handling {
+ position: absolute;
+ top: 10px;
+ right: 0;
+ height: auto;
+ width: auto;
ojan 2014/03/04 22:49:02 Nit: Isn't auto the default for height and width?
apavlov 2014/03/05 00:23:56 You are right. I'm too used to explicitly specifyi
+ padding-right: 4px;
+}
+
+#new-window-for-links {
+ vertical-align: text-bottom;
+}
+
#onebar details {
padding-left: 2px;
padding-right: 2px;
« Tools/GardeningServer/scripts/ui.js ('K') | « Tools/GardeningServer/scripts/ui_unittests.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698