X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/fc7a60feb9496c250cd1e8ca3db8c74267790047..d936f1c483381d29bd5cf7af73d0b1aa35b323f2:/project/static/css/master.css

diff --git a/project/static/css/master.css b/project/static/css/master.css
index 33a9f684..de799891 100644
--- a/project/static/css/master.css
+++ b/project/static/css/master.css
@@ -190,7 +190,6 @@ label {
     height: 26px;
 }
 
-
 .panel-toolbar .toolbar-button-groups-container .panel-toolbar-extra button {
     /* this is uber specific */
     font-size: 12px;
@@ -323,3 +322,23 @@ 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;
+}
\ No newline at end of file