summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
Diffstat (limited to 'css')
-rw-r--r--css/dnxasi_admin_style.css29
1 files changed, 29 insertions, 0 deletions
diff --git a/css/dnxasi_admin_style.css b/css/dnxasi_admin_style.css
new file mode 100644
index 0000000..67701b4
--- /dev/null
+++ b/css/dnxasi_admin_style.css
@@ -0,0 +1,29 @@
+.dnxasi_label {
+ display: block;
+ float: left;
+ margin: 0 30px 20px 2px;
+ position: relative;
+}
+.dnxasi_label input[type=radio] {
+ margin-top: -4px;
+ margin-right: 4px;
+ float: none;
+}
+.dnxasi_label span {
+ display: block;
+ width: 136px;
+ padding: 0 2px;
+}
+.dnxasi_label:nth-of-type(2n) span {
+ text-align: center;
+}
+.dnxasi_label:nth-of-type(3n) span {
+ text-align: right;
+}
+.dnxasi_label span img {
+ margin-bottom: -2px;
+}
+.dnxasi_label span small {
+ font-style: italic;
+ font-size: 75%;
+} \ No newline at end of file