Commit d3703079 by Brian Talbot

settings - simplified course details fields per Mark's feedback and radio/checkbox UI

parent c7784e30
...@@ -211,10 +211,11 @@ ...@@ -211,10 +211,11 @@
} }
.ui-status-indic { .ui-status-indic {
background: transparent url('../images/correct-icon.png') 0 0 no-repeat;
z-index: 10; z-index: 10;
display: inline-block; display: inline-block;
height: 30px; height: 20px;
width: 20px; width: 30px;
opacity: 0.50; opacity: 0.50;
@include transition(opacity 0.25s ease-in-out); @include transition(opacity 0.25s ease-in-out);
} }
...@@ -464,6 +465,7 @@ ...@@ -464,6 +465,7 @@
.remove-doc-data { .remove-doc-data {
display: inline-block; display: inline-block;
margin-top: 0;
width: 150px; width: 150px;
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment