CC-3845 : General UI cleanup

This commit is contained in:
Naomi Aro 2012-05-21 17:07:34 +02:00
parent f485b9b601
commit 4fe80194b6
5 changed files with 30 additions and 31 deletions

View file

@ -19,15 +19,6 @@
background-color: rgba(255, 136, 56, 1);
}
#sb_edit {
position: relative;
top: 2px;
float: left;
margin-right: 5px;
padding: 1px 2px;
cursor: pointer;
}
.sb-content .fg-toolbar ul {
float: left;
padding: 0;
@ -99,13 +90,22 @@ div.sb-timerange {
position: relative;
}
div.sb-timerange div {
div.sb-timerange div#sb_edit {
position:absolute;
padding: 3px;
}
div.sb-timerange div#sb_submit {
position: absolute;
bottom: 0px;
padding: 3px;
margin-left: 5px;
}
div.sb-timerange input#sb_date_start {
margin-left: 30px;
}
.sb-starts,
.sb-ends {
text-align: center;