summaryrefslogtreecommitdiffstats
path: root/modules-available/dozmod/style.css
diff options
context:
space:
mode:
authorSimon Rettberg2016-08-12 17:23:07 +0200
committerSimon Rettberg2016-08-12 17:23:07 +0200
commit3e54a5b830c9ef9dcd77407b5064de00bd4621fd (patch)
tree2a69ff8b60ca91cfdd6d01fd39ec2a37e79b9944 /modules-available/dozmod/style.css
parentFix minor issues in exams install hook, taskmanager callback logic (diff)
downloadslx-admin-3e54a5b830c9ef9dcd77407b5064de00bd4621fd.tar.gz
slx-admin-3e54a5b830c9ef9dcd77407b5064de00bd4621fd.tar.xz
slx-admin-3e54a5b830c9ef9dcd77407b5064de00bd4621fd.zip
[dozmod] Improve layout, texts etc.
Diffstat (limited to 'modules-available/dozmod/style.css')
-rw-r--r--modules-available/dozmod/style.css51
1 files changed, 36 insertions, 15 deletions
diff --git a/modules-available/dozmod/style.css b/modules-available/dozmod/style.css
index c6975d3e..8cc5548d 100644
--- a/modules-available/dozmod/style.css
+++ b/modules-available/dozmod/style.css
@@ -1,9 +1,3 @@
-
-
-input[type=checkbox] {
- border: 2px solid green !important;
-}
-
/* this is based on https://github.com/flatlogic/awesome-bootstrap-checkbox */
.checkbox {
@@ -47,6 +41,7 @@ input[type=checkbox] {
.checkbox input[type="radio"] {
opacity: 0;
z-index: 1;
+ top: -6px;
}
@@ -58,18 +53,44 @@ input[type=checkbox] {
}
.checkbox input[type="checkbox"]:checked + label::after,
.checkbox input[type="radio"]:checked + label::after {
- font-family: "FontAwesome";
- content: "\f00c";
+ font-family: "Glyphicons Halflings";
+ content: "\E013";
+}
+
+.witherror {
+ border: 1px solid red;
+}
+
+/*
+.table-input-group tr:first-child {
+ background: #EEEEEE url("./style/bg.png");
+ border-style: solid none solid solid;
+ border-radius: 4px 0px 0px 4px;
+ border-color: #CCCCCC #555555 #CCCCCC #CCCCCC;
+ border-width: 1px 0px 1px 1px;
+ color: #555555;
}
+*/
+.table-input-group {
+ border-collapse: separate;
+}
-input[type="checkbox"].styled:checked + label:after {
- font-family: 'FontAwesome';
- content: "\f00c";
+.table-input-group tr.input-group {
+ display: table-row;
+ width: auto;
+ border-collapse: separate;
}
-input[type="checkbox"] .styled:checked + label::before {
- color: #fff;
+
+.table-input-group tr.input-group td.input-group-addon {
+ text-align: left;
+ border-collapse: separate;
}
-input[type="checkbox"] .styled:checked + label::after {
- color: #fff;
+
+.table-input-group tr.input-group input.form-control {
+ width: auto;
+}
+
+.table-input-group tr.input-group td:last-child input {
+ border-radius: 0px 4px 4px 0px;
}