+.msg-error, .msg-success, .msg-warning, .msg-info {
+ overflow: hidden;
+ padding: 0.1em 0.5em;
+ text-align: center;
+ border: 1px solid;
+ -moz-border-radius: 8px;
+ -webkit-border-radius: 8px;
+ font-size: 10pt;
+ line-height: 11pt;
+ display: none;
+
+ width: 100%;
+}
+
+#message-box * p {
+ padding: 0em;
+ margin: 0.1em;
+}
+
+.msg-error {
+ background-color: red;
+ border-color: red;
+ color: white;
+ font-weight: bold;
+}
+
+.msg-success {
+ background-color: lightgreen;
+ border-color: lightgreen;
+}
+
+.msg-info {
+ background-color: lightblue;
+ border-color: lightblue;
+}
+
+.msg-warning {
+ 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;