app/assets/stylesheets/lolita/i18n/application.scss in lolita-i18n-0.3.2 vs app/assets/stylesheets/lolita/i18n/application.scss in lolita-i18n-0.4.0
- old
+ new
@@ -1,14 +1,14 @@
/*
*= require_self
*/
.clear { clear: both; height: 0; }
-div.i18n-box div.list {
+/*div.i18n-box div.list {
background-color: white;
overflow: none;
-}
+}*/
.i18n-language-switch{
overflow: hidden;
list-style: none;
}
.i18n-language-switch li{
@@ -27,13 +27,11 @@
span.hint {
font-size: 11px;
color: #666;
display: block;
}
-#i18n_edit textarea {
- height: 100px;
-}
+
div.list div.actions {
padding: 10px;
.filters {
float: left;
position: relative;
@@ -66,21 +64,24 @@
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 3px 10px;
width: 100%;
- min-height: 50px;
+ min-height: 25px;
+ height: 25px;
color: #494949;
}
td, th {
white-space: normal;
padding: 5px 20px;
line-height: 20px;
}
+ td.grouped{
+ padding-left: 0px;
+ }
thead th {
line-height: 30px;
select {
- float: right;
margin-top: 5px;
}
}
}
\ No newline at end of file