fixing a slight bug with watch/unwatch. The icon watch/unwatch was dependent on the...
[lhc/web/wiklou.git] / skins / vector / main-rtl.css
index c5ae839..2a0fd95 100644 (file)
@@ -1069,6 +1069,7 @@ div#bodyContent {
 /* Watch/Unwatch Icon Styling */
 #ca-unwatch.icon,
 #ca-watch.icon {
+       margin-left:1px;
 }
 #ca-unwatch.icon a,
 #ca-watch.icon a {
@@ -1104,3 +1105,8 @@ div#bodyContent {
 #ca-watch.icon a span {
        display: none;
 }
+div.vectorTabs ul {
+       background-image:url(images/tab-break.png);
+       background-position:left bottom;
+       background-repeat:no-repeat;
+}
\ No newline at end of file