X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/fc7a60feb9496c250cd1e8ca3db8c74267790047..f5f8afed8a36cc27e330681901304dfc4909fb34:/project/static/css/master.css diff --git a/project/static/css/master.css b/project/static/css/master.css index 33a9f684..44bd62ec 100644 --- a/project/static/css/master.css +++ b/project/static/css/master.css @@ -38,6 +38,7 @@ body { padding: 0.2em 1em; } +/* ul { margin: 20px; padding: 0; @@ -47,7 +48,7 @@ li { margin: 0; padding: 0; list-style: none; -} +} */ a { text-decoration: none; @@ -190,7 +191,6 @@ label { height: 26px; } - .panel-toolbar .toolbar-button-groups-container .panel-toolbar-extra button { /* this is uber specific */ font-size: 12px; @@ -323,3 +323,34 @@ div.isection p { background-color: yellow; border-color: yellow; } + +/* Commit dialog */ +#commit-dialog-error-empty-message { + color: red; + display: none; + font-weight: bold; +} + +text#commit-dialog-message { + width: 80%; + margin: auto; +} + +#split-dialog .container-box form { + margin: 0.2em 1em; +} + +#split-dialog .container-box fieldset { + margin: 0.5em; +} + +.CodeMirror-line-numbers +{ + text-align: right; + padding-top: 0.4em; + padding-right: 2px; + width: 28px; + font-size: 10pt; + background: black; + color: white; +} \ No newline at end of file