Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

improve style #130

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 35 additions & 7 deletions assets/css/main.css
Original file line number Diff line number Diff line change
@@ -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;
Expand Down Expand Up @@ -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 {
Expand All @@ -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;
Expand Down Expand Up @@ -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;
Expand Down Expand Up @@ -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;
Expand Down Expand Up @@ -426,4 +454,4 @@
opacity: 0.8;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
filter: alpha(opacity=80);
}
}