- Change to start using bootstrap grid
This commit is contained in:
@@ -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;
|
||||
}
|
Reference in New Issue
Block a user