Commit 24a5704d authored by Davide Silvestri's avatar Davide Silvestri

fixed examples/layout; modified filters links and margins for filters table

parent 5ad16b1e
......@@ -5,7 +5,15 @@ body {
#content {
background: white;
border: 1px solid #CCC;
padding: 5px 20px 30px 35px;
padding: 15px 20px 30px 35px;
}
#content .row {
margin-left: 0px;
}
#brand {
display: inline;
}
html, body, .container, .row, .col-md-2, .col-md-10, #content {
......
......@@ -42,7 +42,7 @@ form.navbar-form div.input-append {
table.filters {
border-collapse: none;
border-spacing: 4px;
margin: 12px 0;
margin: 12px 0px 20px 0px;
}
......@@ -169,3 +169,11 @@ a.btn-link {
border-radius: 4px;
border-color: #95bee2;
}
a.btn-filter, a.btn-filter:hover {
border-radius: 4px;
border-color: #adadad;
color: #333;
background-color: #ebebeb;
max-height: 32px;
}
\ No newline at end of file
......@@ -29,7 +29,7 @@ var AdminFilters = function(element, filters_element, operations, options, types
// Filter list
$el.append(
$('<td/>').append(
$('<a href="#" class="btn btn-link remove-filter" />')
$('<a href="#" class="btn btn-filter remove-filter" />')
.append($('<span class="close-icon">&times;</span>'))
.append('&nbsp;')
.append(name)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment