X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fcommunicator%2Fsearch%2Finternetresults.css;h=9f1058da814c33d7d971e857f00f1eac534eddad;hp=a580f14a2f049d3afcdb6edf221852e27622fc17;hb=9162a092d2729702ec879ee58403181514202e50;hpb=351107c90e7ee7a17d9bf63798f2861307118309 diff --git a/LCARStrek/communicator/search/internetresults.css b/LCARStrek/communicator/search/internetresults.css index a580f14a..9f1058da 100644 --- a/LCARStrek/communicator/search/internetresults.css +++ b/LCARStrek/communicator/search/internetresults.css @@ -37,40 +37,39 @@ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); -#multi-results-header - { - background-color : #9C9CFF; - color : #000000; - font-weight : bold; - padding : 3px 0px 2px 6px; - -moz-border-radius : 8px 0px 0px 0px; - } +#multi-results-header { + background-color: #9C9CFF; + color: #000000; + font-weight: bold; + padding-top: 3px; + padding-bottom: 2px; + -moz-padding-start: 6px; + -moz-padding-end: 0px; + border-radius: 8px 0px 0px 0px; +} -#engineTabs - { - /*don't know why its not setting the color*/ - background-color : #9C9CFF; - padding : 2px 0px 2px 0px; - } +#engineTabs { + padding: 2px 0px; + /* don't know why its not setting the color */ + background-color: #9C9CFF; +} #engineTabs > text { - margin-top : 5px; - color : #000000; + margin-top: 5px; + color: #000000; } #engineTabs > button { - -moz-border-radius : 8px 8px 0px 0px; - margin-left : 5px; - margin-right : 5px; + border-radius: 8px 8px 0px 0px; + -moz-margin-start: 5px; + -moz-margin-end: 5px; } -#internetresultstree - { - border : none; - } +#internetresultstree { + border: none; +} -#internetresultstree > .tree-container-treerows - { - border-right : none; - border-left : none; - } +#internetresultstree > .tree-container-treerows { + border-right: none; + border-left: none; +}