Skip to content

Commit

Permalink
build missing changes in app.css
Browse files Browse the repository at this point in the history
  • Loading branch information
lmenezes committed Jun 20, 2018
1 parent 75d171d commit fb79ae8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
14 changes: 4 additions & 10 deletions public/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,6 @@ body { padding-top: 50px; font-weight: normal; }
/** Overview **/
table.shard-map { table-layout: fixed; }

@-moz-document url-prefix() {
table.shard-map {
table-layout: auto;
}
table.shard-map tr td {
width: 16.67%;
}
}

.table.shard-map td, .table th { padding: .4rem !important; }

.disabled { opacity: 0.2; }
Expand Down Expand Up @@ -133,6 +124,7 @@ table.shard-map { table-layout: fixed; }
.checkbox inline {
padding-right: 6px;
}

.pending-changes {
position: fixed;
bottom: 0;
Expand All @@ -141,7 +133,9 @@ table.shard-map { table-layout: fixed; }
background: #373a3c;
border: 1px solid #D0D0D0;
}

.query-container {
padding-bottom: 30px;
}
hr.header { margin-top: 0; }

hr.header { margin-top: 0; }
2 changes: 2 additions & 0 deletions src/app/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,9 @@ table.shard-map { table-layout: fixed; }
background: #373a3c;
border: 1px solid #D0D0D0;
}

.query-container {
padding-bottom: 30px;
}

hr.header { margin-top: 0; }

0 comments on commit fb79ae8

Please sign in to comment.