From f0eab82cc7fe6ce5061dfe3a6084f206acb02281 Mon Sep 17 00:00:00 2001 From: Robert Kaiser Date: Sat, 27 Aug 2011 19:01:16 +0200 Subject: [PATCH] fix new doorhanger indicator to looks really good, make sync promo look nice, fix table borders in about:support --- LCARStrek/browser/browser.css | 23 ++++++-------- LCARStrek/browser/urlbar-arrow.png | Bin 199 -> 196 bytes LCARStrek/global/aboutSupport.css | 47 +++++++++++++++++++++++++++-- 3 files changed, 54 insertions(+), 16 deletions(-) diff --git a/LCARStrek/browser/browser.css b/LCARStrek/browser/browser.css index a03b3a86..8318704a 100644 --- a/LCARStrek/browser/browser.css +++ b/LCARStrek/browser/browser.css @@ -1480,12 +1480,12 @@ richlistitem[type~="action"][actiontype="switchtab"] > .ac-url-box > .ac-action- } .panel-promo-box { - margin: 8px -16px -16px -16px; - padding: 8px 16px; - background-color: #000000; + margin: 5px -6px -6px -6px; + padding: 5px; + background-color: #000040; color: #FF9F00; - border-bottom-left-radius: 6px; - border-bottom-right-radius: 6px; + border-bottom-left-radius: 5px; + border-bottom-right-radius: 5px; border-top: 1px solid #9C9CFF; } @@ -1497,8 +1497,8 @@ richlistitem[type~="action"][actiontype="switchtab"] > .ac-url-box > .ac-action- .panel-promo-closebutton { list-style-image: url("chrome://global/skin/icons/close-button.gif"); - -moz-margin-end: -10px; - margin-top: -5px; + -moz-margin-end: -3px; + margin-top: -3px; } .panel-promo-closebutton:hover { @@ -1981,16 +1981,13 @@ toolbarbutton.bookmark-item[dragover="true"][open="true"] { background-color: #000000; background-clip: padding-box; padding-left: 3px; - border-radius: 2.5px 0 0 2.5px; + border-radius: 3px 0 0 3px; -moz-border-image: url("chrome://browser/skin/urlbar-arrow.png") 0 8 0 0 / 0 8px 0 0; -moz-margin-end: -8px; - margin-top: -2px; - margin-bottom: -2px; } #notification-popup-box:not([hidden]) + #identity-box { -moz-padding-start: 10px; - border-radius: 0; } #notification-popup-box:-moz-locale-dir(rtl), @@ -2004,8 +2001,8 @@ toolbarbutton.bookmark-item[dragover="true"][open="true"] { } .notification-anchor-icon:-moz-focusring { - outline: 1px dotted -moz-DialogText; - outline-offset: -3px; + outline: 1px dotted #008484; +/* outline-offset: -3px; */ } #default-notification-icon { diff --git a/LCARStrek/browser/urlbar-arrow.png b/LCARStrek/browser/urlbar-arrow.png index 979ce3fc3d29f60c7d0d5473584b976addcf322a..16eb71420ace05737fff605d7dd60022fe19a66a 100644 GIT binary patch delta 92 zcmX@kc!Y6+IF|quGXn!d*pqATCMw3bOEHTpvpc1BxVYvFh}eRg*`Pz!^ntDnm{r-UW|`=%WO delta 95 zcmX@Yc${&9IF}d`GXn!d!(P+R6BT2;#2DqZp7E^M2o%!tba4#fxNds-ASZ(Z57WWi zOAm~fM*M1wNr>wfx?$v_nQ=PfRQM th:first-child, /* prefs table misses a tr in thead */ +thead:first-child > tr:first-child > th:first-child, +thead:first-child > tr:first-child > td:first-child, +tbody:first-child > tr:first-child > th:first-child, +tbody:first-child > tr:first-child > td:first-child { + border-top-left-radius: 9px; +} + +thead:first-child > th:last-child, /* prefs table misses a tr in thead */ +thead:first-child > tr:first-child > th:last-child, +thead:first-child > tr:first-child > td:last-child, +tbody:first-child > tr:first-child > th:last-child, +tbody:first-child > tr:first-child > td:last-child { + border-top-right-radius: 9px; +} + +thead:last-child > tr:last-child > th:first-child, +thead:last-child > tr:last-child > td:first-child, +tbody:last-child > tr:last-child > th:first-child, +tbody:last-child > tr:last-child > td:first-child { + border-bottom-left-radius: 9px; +} + +thead:last-child > tr:last-child > th:last-child, +thead:last-child > tr:last-child > td:last-child, +tbody:last-child > tr:last-child > th:last-child, +tbody:last-child > tr:last-child > td:last-child { + border-bottom-right-radius: 9px; +} + thead th { text-align: center; } @@ -108,9 +143,15 @@ th.column { width: 0px; } +tr:not(:first-child) > td, +tr:not(:first-child) > th, +tbody:not(:first-child) > tr > td, +tbody:not(:first-child) > tr > th { + border-top: 1px dotted #9C9FFF; +} + td { text-align: start; - border-top: 1px dotted #9C9FFF; } .prefs-table { -- 2.35.3