app/assets/stylesheets/lolita/style.css.erb in lolita-3.2.0.rc.5 vs app/assets/stylesheets/lolita/style.css.erb in lolita-3.2.0.rc.6

- old
+ new

@@ -2,12 +2,16 @@ height: 100%; } body {background: #f3f3f3; font-size: 13px;} a, a:visited, a:active {color: #7ac1ed; text-decoration: none;} -input[type="button"] {vertical-align: top; padding: 3px 9px;} h1 {font-size: 28px; font-weight: normal; letter-spacing: -1px; line-height: 85px;} +input[type="button"] {vertical-align: top; padding: 3px 9px;} +.placeholder {color: #aaa;} +::placeholder {color: #aaa;} +:-moz-placeholder {color: #aaa;} +::-webkit-input-placeholder {color: #aaa;} #container { width: 90%; min-height: 100%;height: auto !important;height: 100%;margin: 0 auto -30px; } @@ -107,10 +111,27 @@ color: #494949; } /* -------------------------------- */ +/* autocomplete field*/ + +.autocomplete-container ul { + margin-left: 30px; +} +.autocomplete-container ul li { + list-style-type: none; + margin: 5px 0; + padding-bottom: 5px; + border-bottom: 1px dashed #DDD; +} +.ui-menu .ui-menu-item a { + font-size: 10px; +} + +/* -------------------------------- */ + /* error fields and notifications */ #main .box form .field_with_errors input, #main .box form .field_with_errors textarea {background: #ffe6e7;} .inline-errors {padding-top: 3px; color:#F66; font-size: 110%;} @@ -313,11 +334,35 @@ .list table tbody tr .tool-cell a {visibility: hidden; margin-right: 5px;} .list table tbody tr:hover .tool-cell a {visibility: visible;} .list table td a:active {position: relative; top: 1px;} -/* filter */ +/* search in list view */ + +#main .boxtitle .black .search { + position: absolute; + right: 15px; + top: 25px; + background: none; + padding: 0; +} +#main .boxtitle .black .search input { + font-size: 13px; + background: #fff url(<%= asset_data_uri "lolita/search_icon.png" %>) no-repeat 5px center; + padding: 0 10px 0 18px; + border: 1px solid #ccc; + border-radius: 10px; + -moz-border-radius: 10px; + -webkit-border-radius: 10px; + height: 20px; + line-height: 20px\9; +} + +/* -------------------------------------------------------------------------------- */ + +/* filter in list view */ + #main form.filter { background: #F3F3F3; padding: 10px; } #main form.filter select { @@ -329,10 +374,11 @@ margin: 0 10px 2px 3px; } #main form.filter label { color: #666; } + /* --------------------------------------------- */ /* Pagination */ #main nav.pagination { @@ -438,6 +484,6 @@ .ie8 #main .box form .field-value input, .ie8 #main .box form .field-value textarea {position: relative;} .ie8 .black {-pie-background: linear-gradient(top, #686868, #2f2f2f);} .ie8 #flash {-pie-background: rgba(255,255,255,0.9);} -/* ----------------------------------------------*/ \ No newline at end of file +/* ----------------------------------------------*/