diff --git a/assets/css/main.css b/assets/css/main.css index 70d1e8e..39dede9 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -1,5 +1,22 @@ -.formage header .navbar-inner { - padding: 20px 0; +.navbar h1 { + font-size: x-large; +} +.navbar .btn-group { + margin-top: 15px; +} +span.divider { + margin-left: .2em; + margin-right: .2em; +} +.page-header { + border: none; + margin-bottom: 20px; +} +.formage #filters .well { + overflow: hidden; +} +header .navbar-inner { + padding: 5px 0; margin-bottom: 20px; background: #f5f5f5; border-bottom: 1px solid #e5e5e5; @@ -59,10 +76,10 @@ } .formage section { margin-top: 30px; - border-top: 3px double #e2e2e2; + border-top: 3px double white; } .formage section h2 { - margin: -23px auto 0; + margin: -10px auto 0; text-align: center; } .formage section h2 span { @@ -76,9 +93,9 @@ text-align: center !important; } .formage #filters { - width: 20%; + width: 21.5%; float: right; - margin-left: 3%; + margin-left: 0%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; @@ -113,6 +130,12 @@ border: 0 1px 1px 0 solid #ddd; background: whiteSmoke; } +.formage ul.ui-sortable > li { + padding: 10px; +} +.formage ul.ui-sortable .btn, .btn { + margin-left: .5em; +} .formage tr.sortable-placeholder { height: 47px; overflow: hidden; @@ -282,6 +305,11 @@ margin-top: -25px; margin-left: -135px; } +.formage .field > .field_label { + padding-top: .4em; + font-size: 20px; + font-weight: bold; +} .formage .nf_listfield_container > .list_summary { position: static; font-size: 14px; @@ -426,4 +454,4 @@ opacity: 0.8; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; filter: alpha(opacity=80); -} +} \ No newline at end of file