[#55,misc][s]: switch to bootstrap v2.0 making some minor changes to html and css as a result (fixes #55).

This commit is contained in:
Rufus Pollock
2012-02-29 12:52:03 +00:00
parent bf5476d0e4
commit 94651fbff4
9 changed files with 5150 additions and 2611 deletions

View File

@@ -20,7 +20,12 @@
.header .recline-query-editor {
float: right;
margin: 4px;
height: 30px;
}
.header .recline-query-editor form {
height: 30px;
margin-bottom: 0;
}
.header .recline-query-editor label {
@@ -39,12 +44,19 @@
.header .recline-query-editor .pagination input {
width: 30px;
height: 18px;
padding: 2px 4px;
margin-top: -4px;
}
.header .recline-query-editor .pagination a {
line-height: 28px;
}
.header .recline-query-editor form .btn {
margin-top: -23px;
}
.data-view-container {
display: block;
clear: both;
@@ -155,11 +167,13 @@
.data-table {
border: 1px solid #ccc;
font-size: 12px;
width: 100%;
}
.data-table td, .data-table th {
border-left: 1px solid #ccc;
padding: 3px 4px;
text-align: left;
}
.data-table tr td:first-child, .data-table tr th:first-child {