Bug 595236 - Whitespace cleanup

--HG--
extra : rebase_source : a3fd8988990c5f8ff4c8189e32823fa62b359b78
This commit is contained in:
Dão Gottwald 2010-10-07 13:38:35 +02:00
Родитель f5b1854e02
Коммит a074fe527b
1 изменённых файлов: 22 добавлений и 22 удалений

Просмотреть файл

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