diff --git a/browser/themes/pinstripe/browser/tabview/tabview.css b/browser/themes/pinstripe/browser/tabview/tabview.css index cf412bbfe870..0df35b675511 100644 --- a/browser/themes/pinstripe/browser/tabview/tabview.css +++ b/browser/themes/pinstripe/browser/tabview/tabview.css @@ -409,13 +409,13 @@ input.defaultName { /* Search ----------------------------------*/ -#search{ +#search { background-color: rgba(0,0,0,.42); width: 100%; height: 100%; } -#searchbox{ +#searchbox { width: 270px; height: 30px; box-shadow: 0px 1px 0px rgba(255,255,255,.5), 0px -1px 0px rgba(0,0,0,1), 0px 0px 13px rgba(0,0,0,.8); @@ -423,11 +423,11 @@ input.defaultName { border: none; background-color: #272727; border-radius: 0.4em; - padding-left:5px; padding-right: 5px; + padding-left: 5px; padding-right: 5px; font-size: 14px; } -#actions{ +#actions { width: 30px; height: 30px; background-color: #666; @@ -439,7 +439,7 @@ input.defaultName { text-align: center; } -#actions #searchbutton{ +#actions #searchbutton { background: transparent url(chrome://browser/skin/tabview/search.png) no-repeat; border: none; width: 20px; @@ -448,15 +448,15 @@ input.defaultName { opacity: .8; } -#actions #searchbutton:hover{ +#actions #searchbutton:hover { opacity: 1.0; } -.notMainMatch{ +.notMainMatch { opacity: .70; } -#otherresults{ +#otherresults { left: 0px; bottom: 0px; width: 100%; @@ -465,14 +465,14 @@ input.defaultName { box-shadow: 0 -1px 0 rgba(255,255,255,.1), inset 0 2px 5px rgba(0,0,0,.3); } -#otherresults .label{ +#otherresults .label { color: #999; - line-height:30px; - margin-left:5px; + line-height: 30px; + margin-left: 5px; margin-right: 5px; } -.inlineMatch{ +.inlineMatch { background-color: #EBEBEB; border-radius: 0.4em; box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6); @@ -484,22 +484,22 @@ input.defaultName { cursor: pointer; } -.inlineMatch:hover{ +.inlineMatch:hover { opacity: 1.0; } -.inlineMatch>img{ +.inlineMatch > img { margin-right: 5px; position: relative; top: 2px; } -.inlineMatch>span{ +.inlineMatch > span { max-width:200px; height: 15px; } -#otherresults{ +#otherresults { left: 0px; bottom: 0px; width: 100%; @@ -508,14 +508,14 @@ input.defaultName { box-shadow: 0 -1px 0 rgba(255,255,255,.1), inset 0 2px 5px rgba(0,0,0,.3); } -#otherresults .label{ +#otherresults .label { color: #999; line-height:30px; margin-left:5px; margin-right: 5px; } -.inlineMatch{ +.inlineMatch { background-color: #EBEBEB; border-radius: 0.4em; box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6); @@ -527,17 +527,17 @@ input.defaultName { cursor: pointer; } -.inlineMatch:hover{ +.inlineMatch:hover { opacity: 1.0; } -.inlineMatch>img{ +.inlineMatch > img { margin-right: 5px; position: relative; top: 2px; } -.inlineMatch>span{ - max-width:200px; +.inlineMatch > span { + max-width: 200px; height: 15px; }