mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 06:05:56 +00: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 */
|
/* 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 {
|
body.ModelAdmin #right .ajaxActions {
|
||||||
position: fixed !important;
|
position: fixed !important;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
@ -123,13 +137,17 @@ body.ModelAdmin #right .ajaxActions {
|
|||||||
bottom: 35px !important;
|
bottom: 35px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#LeftPane .tab {
|
||||||
|
padding: 7px;
|
||||||
|
}
|
||||||
|
|
||||||
.tab h3 {
|
.tab h3 {
|
||||||
margin-top: 10px;
|
margin: 10px 0 5px 0;
|
||||||
font-size: 1.2em;
|
font-size: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
form .message {
|
form .message {
|
||||||
font-size: 1em;
|
font-size: 10px;
|
||||||
margin: .3em 0;
|
margin: .3em 0;
|
||||||
padding: 0.3em;
|
padding: 0.3em;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user