app/assets/stylesheets/woople-theme/dashboard/base.css.less in woople-theme-0.5.8 vs app/assets/stylesheets/woople-theme/dashboard/base.css.less in woople-theme-0.5.9
- old
+ new
@@ -17,8 +17,46 @@
.nav-tabs li:first-child {
margin-left: 10px;
}
.nav {
margin-bottom: 0;
+
+ a {
+ outline: none
+ }
}
+ .styled-table();
+
+ table {
+ tr > td:first-child, tr > th:first-child {
+ color: @secondaryTextColour;
+ width: 20%;
+ padding-top:@tableCellPadding * 1.6;
+ }
+
+ tr {
+ border-bottom:solid 1px @insetContentBorder;
+ }
+
+ h2 {
+ .content-title();
+
+ margin-bottom: 0;
+ }
+ }
+
+ @media (max-width: 767px) {
+ table {
+ tr > td:first-child, tr > th:first-child {
+ padding-left:@phoneMargin;
+ text-indent:@phoneMargin * 1.5;
+ width: 35%;
+
+ > *:first-child {
+ text-indent:0;
+ margin-left:@phoneMargin;
+ }
+ }
+ }
+ }
}