- Change to start using bootstrap grid

This commit is contained in:
Paulo Gustavo Veiga
2012-09-10 23:51:53 -03:00
parent 6efc068a6c
commit 3fb746f79b
23 changed files with 316 additions and 375 deletions

View File

@@ -137,10 +137,6 @@ input#selectAll {
/* ----------------------------- Misc ----------------------------------- */
.messagesPanel {
width: @body-width;
}
.dataTables_empty {
text-align: center;
}
@@ -149,13 +145,13 @@ input#selectAll {
background-color: #f5f5f5;
}
#buttonsToolbar {
margin: 30px 0px 10px 0px
.buttonsToolbar {
margin: 40px 0px 10px 0px
}
#tableActions {
float: right;
width: 350px;
padding-bottom: 10px;
white-space: nowrap;
}
@@ -171,16 +167,13 @@ input#selectAll {
}
#tableFooter {
width: 100%;
height: 50px;
white-space: nowrap;
}
#foldersContainer {
width: 15%;
float: left;
margin-right: 2%;
margin-top: 80px
padding-top: 60px;
}
span.starredOff {
@@ -205,8 +198,4 @@ span.starredOn:hover {
abbr[title] {
cursor: default;
}
#footer {
border-top: 0px;
}