summaryrefslogtreecommitdiffstats
path: root/core/css
diff options
context:
space:
mode:
Diffstat (limited to 'core/css')
-rw-r--r--core/css/icons.css2
-rw-r--r--core/css/styles.css18
2 files changed, 19 insertions, 1 deletions
diff --git a/core/css/icons.css b/core/css/icons.css
index b3a9454b565..095c29b3121 100644
--- a/core/css/icons.css
+++ b/core/css/icons.css
@@ -1,6 +1,8 @@
[class^="icon-"], [class*=" icon-"] {
background-repeat: no-repeat;
background-position: center;
+ min-width: 16px;
+ min-height: 16px;
}
diff --git a/core/css/styles.css b/core/css/styles.css
index 292fb83a056..2f8f9612f78 100644
--- a/core/css/styles.css
+++ b/core/css/styles.css
@@ -75,6 +75,7 @@ input[type="number"],
input[type="email"],
input[type="url"],
input[type="time"],
+input[type="date"],
textarea,
select,
button, .button,
@@ -301,6 +302,10 @@ input[type="submit"].enabled {
-moz-box-sizing:border-box;
box-sizing:border-box;
}
+/* allow horizontal scrollbar for personal and admin settings */
+#body-settings:not(.snapjs-left) .app-settings {
+ overflow-x: auto;
+}
#emptycontent {
font-size: 16px;
@@ -615,6 +620,10 @@ label.infield {
color: black !important;
}
+.warning-input {
+ border-color: #cc3333 !important;
+}
+
/* Fixes for log in page, TODO should be removed some time */
#body-login .update,
#body-login .error {
@@ -731,9 +740,16 @@ code { font-family:"Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono
font-weight: normal;
white-space: nowrap;
border-bottom-left-radius: 3px;
- border-top-left-radius: 3px; }
+ border-top-left-radius: 3px;
+ min-width: 1%;
+ max-width: 100%;
+}
#quotatext {padding:.6em 1em;}
+#quota div.quota-warning {
+ background-color: #fc4;
+}
+
.pager { list-style:none; float:right; display:inline; margin:.7em 13em 0 0; }
.pager li { display:inline-block; }