mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 11:05:53 +02:00
MINOR ModelAdmin left hand panel styling tweaks
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@71715 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
5141700f41
commit
97d8522e04
@ -116,6 +116,20 @@ body.ModelAdmin #statusMessage {
|
||||
}
|
||||
|
||||
/* Form */
|
||||
|
||||
#LeftPane form {
|
||||
border-bottom: 2px solid #ddd;
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
|
||||
#LeftPane #Form_ImportForm {
|
||||
border-bottom: none;
|
||||
}
|
||||
|
||||
#LeftPane form .Actions {
|
||||
margin: 5px 0;
|
||||
}
|
||||
|
||||
body.ModelAdmin #right .ajaxActions {
|
||||
position: fixed !important;
|
||||
position: absolute;
|
||||
@ -123,13 +137,17 @@ body.ModelAdmin #right .ajaxActions {
|
||||
bottom: 35px !important;
|
||||
}
|
||||
|
||||
#LeftPane .tab {
|
||||
padding: 7px;
|
||||
}
|
||||
|
||||
.tab h3 {
|
||||
margin-top: 10px;
|
||||
font-size: 1.2em;
|
||||
margin: 10px 0 5px 0;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
form .message {
|
||||
font-size: 1em;
|
||||
font-size: 10px;
|
||||
margin: .3em 0;
|
||||
padding: 0.3em;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user