app/assets/stylesheets/lolita/style.css.erb in lolita-3.2.0.rc.6 vs app/assets/stylesheets/lolita/style.css.erb in lolita-3.2.0.rc.7
- old
+ new
@@ -1,8 +1,9 @@
html,body{
height: 100%;
}
+*:focus {outline: none;}
body {background: #f3f3f3; font-size: 13px;}
a, a:visited, a:active {color: #7ac1ed; text-decoration: none;}
h1 {font-size: 28px; font-weight: normal; letter-spacing: -1px; line-height: 85px;}
input[type="button"] {vertical-align: top; padding: 3px 9px;}
@@ -55,10 +56,11 @@
#main .box form {background: #FFF; padding: 30px 25px;}
#main .box form input {background: #FFF;}
#main .box form label {color: #c3c3c3; font-size: 13px;}
#main .box form select {min-width: 150px;}
+#main .box form .date_time select {min-width: 50px;}
#main .box form .field {margin: 10px 0; overflow: hidden;}
#main .box form .field:first-child input {
font-size: 24px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
@@ -96,10 +98,14 @@
#main .box form .nested_form .fields {
margin: 5px 0 5px 50px;
padding-bottom: 5px;
border-bottom: 1px dashed #DDD;
}
+#main .box form .nested_form.simple .nested-form-fields-container{
+ max-height: 100px;
+ overflow: auto;
+}
#main .box form .nested_form p {margin-left: 50px;}
#main .box form .nested_form input {
border: 1px solid #cdcdcd;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
@@ -121,9 +127,13 @@
.autocomplete-container ul li {
list-style-type: none;
margin: 5px 0;
padding-bottom: 5px;
border-bottom: 1px dashed #DDD;
+ overflow: hidden;
+}
+.autocomplete-container ul li a {
+ float: right;
}
.ui-menu .ui-menu-item a {
font-size: 10px;
}