summaryrefslogtreecommitdiff
path: root/browser/themes/windows
diff options
context:
space:
mode:
authorAntonius32 <Antonius32@users.noreply.github.com>2016-03-13 14:39:44 +0100
committerAntonius32 <Antonius32@users.noreply.github.com>2016-03-13 19:11:37 +0100
commit0751fd7d6f520cd57358be27a35754d16a03ff93 (patch)
treecc14f131a4ab7c5480b7536a2105d2ca80ffc6be /browser/themes/windows
parent087d48d833b49981992cf30e8cc92c04d5a3d318 (diff)
downloadpalemoon-gre-0751fd7d6f520cd57358be27a35754d16a03ff93.tar.gz
Amend comments in browser.css
Diffstat (limited to 'browser/themes/windows')
-rw-r--r--browser/themes/windows/browser.css17
1 files changed, 9 insertions, 8 deletions
diff --git a/browser/themes/windows/browser.css b/browser/themes/windows/browser.css
index 270bcc572..ac80d70b5 100644
--- a/browser/themes/windows/browser.css
+++ b/browser/themes/windows/browser.css
@@ -1908,16 +1908,17 @@ richlistitem[type~="action"][actiontype="switchtab"] > .ac-url-box > .ac-action-
padding: 0;
}
-/* Make sure the Navigation toolbar buttons are more or less vertically
- centered between the tabs and the AppMenu button when the tabs are not
- on top and the Bookmarks toolbar is disabled */
+/* Make sure the Navigation toolbar buttons are more or less
+ vertically centered between the tabs and the AppMenu button
+ when the tabs are not on top and the Bookmarks toolbar is
+ disabled */
#nav-bar + #customToolbars + #PersonalToolbar:-moz-any([collapsed=true],[moz-collapsed=true]) + #TabsToolbar[tabsontop=false] {
margin-top: 1px;
}
-/* Make sure the elements on the Tab bar are not "glued" right up against
- the AppMenu button / the caption when the tabs are on top and the window
- is unmaximized */
+/* Make sure the elements on the Tab bar are not "glued" right
+ up against the AppMenu button / the caption when the tabs are
+ on top and the window is unmaximized */
#main-window[sizemode="normal"] #TabsToolbar[tabsontop=true] {
margin-top: 1px;
}
@@ -2236,9 +2237,9 @@ richlistitem[type~="action"][actiontype="switchtab"] > .ac-url-box > .ac-action-
list-style-image: url(chrome://browser/skin/tabbrowser/newtab-inverted.png);
}
-/* The New Tab button "as a tab" will appear to be only 28px wide
- because just like the tabs, it has a transparent outer border */
.tabs-newtab-button {
+/* The button has a transparent outer border, so it will appear
+ to be 2px narrower than the width we set for it here */
width: 30px;
}