diff --git a/cms/static/sass/_base.scss b/cms/static/sass/_base.scss index a91d703d0f..7f5dcacf8b 100644 --- a/cms/static/sass/_base.scss +++ b/cms/static/sass/_base.scss @@ -80,8 +80,7 @@ footer { input[type="text"], input[type="email"], -input[type="password"], -textarea { +input[type="password"] { padding: 6px 8px 8px; @include box-sizing(border-box); border: 1px solid #b0b6c2; @@ -181,6 +180,11 @@ code { padding: 20px; } + .details { + margin-bottom: 30px; + font-size: 14px; + } + h4 { padding: 6px 14px; border-bottom: 1px solid #cbd1db; @@ -338,4 +342,29 @@ body.show-wip { content: ''; @extend .spinner-icon; } +} + +.new-button { + @include grey-button; + padding: 20px 0; + text-align: center; + + &.big { + display: block; + } +} + +.edit-button.standard, +.delete-button.standard { + float: left; + @include white-button; + padding: 3px 10px 4px; + margin-left: 7px; + font-size: 12px; + font-weight: 400; + + .edit-icon, + .delete-icon { + margin-right: 4px; + } } \ No newline at end of file diff --git a/cms/templates/asset_index.html b/cms/templates/asset_index.html index 900ef3b697..173b751305 100644 --- a/cms/templates/asset_index.html +++ b/cms/templates/asset_index.html @@ -21,7 +21,7 @@ - {{displayname}} + {{displayname}}
@@ -61,7 +61,7 @@ - ${asset['displayname']} + ${asset['displayname']}
diff --git a/cms/templates/base.html b/cms/templates/base.html index 9861f2a3de..90212fe7b8 100644 --- a/cms/templates/base.html +++ b/cms/templates/base.html @@ -33,6 +33,7 @@ +