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; |