Styling tweaks.
git-svn-id: http://google-refine.googlecode.com/svn/trunk@305 7d457c2a-affb-35e4-300a-418c747d4874
This commit is contained in:
parent
ad6e8c2e0c
commit
4e262f0e1d
@ -139,16 +139,17 @@ img {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#header {
|
#header {
|
||||||
background-color: #ddd;
|
background: url(../images/freebase-tools-sprite-vertical.png) repeat-x scroll 0 0 #F2F2F2;
|
||||||
border-bottom: 1px solid #bbb;
|
border-bottom: 1px solid #bbb;
|
||||||
height: 47px;
|
height: 32px;
|
||||||
padding-left: 20px;
|
padding-left: 20px;
|
||||||
padding-right: 20px;
|
padding-right: 20px;
|
||||||
|
padding-bottom: 1px;
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
#logo {
|
#logo {
|
||||||
display: block;
|
display: block;
|
||||||
padding: 13px 0;
|
padding: 7px 0;
|
||||||
}
|
}
|
||||||
#footer {
|
#footer {
|
||||||
font-size: 80%;
|
font-size: 80%;
|
||||||
|
@ -11,9 +11,10 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
#logo {
|
#logo {
|
||||||
padding: 13px 0;
|
padding: 7px 0;
|
||||||
padding-right: 13px;
|
padding-right: 13px;
|
||||||
border-right: 1px solid #ccc;
|
height: 32px;
|
||||||
|
border-right: 1px solid #ddd;
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
#path {
|
#path {
|
||||||
|
@ -35,10 +35,11 @@
|
|||||||
padding-bottom: 3px;
|
padding-bottom: 3px;
|
||||||
}
|
}
|
||||||
.history-now {
|
.history-now {
|
||||||
padding: 0 0 2px 0;
|
padding: 3px 0;
|
||||||
background: #a9e9fb;
|
background: #a9e9fb;
|
||||||
color: black;
|
color: white;
|
||||||
font-size: 80%;
|
font-size: 80%;
|
||||||
|
text-transform: uppercase;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-variant: small-caps;
|
font-variant: small-caps;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
.menu-bar {
|
.menu-bar {
|
||||||
padding: 5px 10px;
|
padding: 5px 10px;
|
||||||
background: #eee;
|
background: #e8e8e8;
|
||||||
position: relative;
|
position: relative;
|
||||||
border-bottom: 1px solid #CCCCCC;
|
border-bottom: 1px solid #CCCCCC;
|
||||||
}
|
}
|
||||||
|
@ -14,12 +14,14 @@ table.data-table > tbody > tr > td {
|
|||||||
}
|
}
|
||||||
|
|
||||||
table.data-table > tbody > tr.odd > td {
|
table.data-table > tbody > tr.odd > td {
|
||||||
|
border-top: 1px solid #eee;
|
||||||
|
border-right: 1px solid #eee;
|
||||||
}
|
}
|
||||||
|
|
||||||
table.data-table > tbody > tr.even > td {
|
table.data-table > tbody > tr.even > td {
|
||||||
border-top: 1px solid #ddd;
|
border-top: 1px solid white;
|
||||||
|
border-right: 1px solid white;
|
||||||
background: #eee;
|
background: #eee;
|
||||||
border-bottom: 1px solid #ddd;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
table.data-table > tbody > tr.contextual > td > div {
|
table.data-table > tbody > tr.contextual > td > div {
|
||||||
@ -30,10 +32,10 @@ table.data-table > tbody > tr.record.contextual > td {
|
|||||||
}
|
}
|
||||||
|
|
||||||
table.data-table td.column-header {
|
table.data-table td.column-header {
|
||||||
background: #ddd;
|
background: #e8e8e8;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
padding: 5px 5px;
|
padding: 5px 5px;
|
||||||
border-bottom: 2px solid #aaa;
|
border-bottom: 1px solid #ccc;
|
||||||
white-space: pre;
|
white-space: pre;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user