|
@@ -640,7 +640,7 @@ over your project's layout.
|
|
|
******************************************************************/
|
|
******************************************************************/
|
|
|
.last-col {
|
|
.last-col {
|
|
|
float: right;
|
|
float: right;
|
|
|
- padding-right: 0; }
|
|
|
|
|
|
|
+ padding-right: 0 !important; }
|
|
|
|
|
|
|
|
/*
|
|
/*
|
|
|
Mobile Grid Styles
|
|
Mobile Grid Styles
|
|
@@ -652,7 +652,8 @@ them however you see fit.
|
|
|
.m-all {
|
|
.m-all {
|
|
|
float: left;
|
|
float: left;
|
|
|
padding-right: 0.75em;
|
|
padding-right: 0.75em;
|
|
|
- width: 100%; }
|
|
|
|
|
|
|
+ width: 100%;
|
|
|
|
|
+ padding-right: 0; }
|
|
|
|
|
|
|
|
.m-1of2 {
|
|
.m-1of2 {
|
|
|
float: left;
|
|
float: left;
|
|
@@ -683,7 +684,8 @@ them however you see fit.
|
|
|
.t-all {
|
|
.t-all {
|
|
|
float: left;
|
|
float: left;
|
|
|
padding-right: 0.75em;
|
|
padding-right: 0.75em;
|
|
|
- width: 100%; }
|
|
|
|
|
|
|
+ width: 100%;
|
|
|
|
|
+ padding-right: 0; }
|
|
|
|
|
|
|
|
.t-1of2 {
|
|
.t-1of2 {
|
|
|
float: left;
|
|
float: left;
|
|
@@ -734,7 +736,8 @@ them however you see fit.
|
|
|
.d-all {
|
|
.d-all {
|
|
|
float: left;
|
|
float: left;
|
|
|
padding-right: 0.75em;
|
|
padding-right: 0.75em;
|
|
|
- width: 100%; }
|
|
|
|
|
|
|
+ width: 100%;
|
|
|
|
|
+ padding-right: 0; }
|
|
|
|
|
|
|
|
.d-1of2 {
|
|
.d-1of2 {
|
|
|
float: left;
|
|
float: left;
|
|
@@ -1207,6 +1210,9 @@ textarea,
|
|
|
.field.is-disabled:active {
|
|
.field.is-disabled:active {
|
|
|
background-color: #d5edf8; }
|
|
background-color: #d5edf8; }
|
|
|
|
|
|
|
|
|
|
+input[type="password"] {
|
|
|
|
|
+ letter-spacing: 0.3em; }
|
|
|
|
|
+
|
|
|
textarea {
|
|
textarea {
|
|
|
max-width: 100%;
|
|
max-width: 100%;
|
|
|
min-height: 120px;
|
|
min-height: 120px;
|
|
@@ -1862,6 +1868,7 @@ you can add resource intensive styles.
|
|
|
/* highlight current page */
|
|
/* highlight current page */
|
|
|
/* end current highlighters */ }
|
|
/* end current highlighters */ }
|
|
|
.nav ul {
|
|
.nav ul {
|
|
|
|
|
+ background: #323944;
|
|
|
margin-top: 0; }
|
|
margin-top: 0; }
|
|
|
.nav li {
|
|
.nav li {
|
|
|
float: left;
|
|
float: left;
|
|
@@ -1885,7 +1892,6 @@ you can add resource intensive styles.
|
|
|
border: 1px solid #ccc;
|
|
border: 1px solid #ccc;
|
|
|
border-top: 0;
|
|
border-top: 0;
|
|
|
position: absolute;
|
|
position: absolute;
|
|
|
- overflow: hidden;
|
|
|
|
|
visibility: hidden;
|
|
visibility: hidden;
|
|
|
z-index: 8999;
|
|
z-index: 8999;
|
|
|
/* highlight sub-menu current page */ }
|
|
/* highlight sub-menu current page */ }
|
|
@@ -1906,9 +1912,12 @@ you can add resource intensive styles.
|
|
|
.nav li ul.sub-menu li:last-child a,
|
|
.nav li ul.sub-menu li:last-child a,
|
|
|
.nav li ul.children li:last-child a {
|
|
.nav li ul.children li:last-child a {
|
|
|
border-bottom: 0; }
|
|
border-bottom: 0; }
|
|
|
- .nav li:hover ul {
|
|
|
|
|
|
|
+ .nav li ul.sub-menu li ul,
|
|
|
|
|
+ .nav li ul.children li ul {
|
|
|
|
|
+ top: 0;
|
|
|
|
|
+ left: 100%; }
|
|
|
|
|
+ .nav li:hover > ul {
|
|
|
top: auto;
|
|
top: auto;
|
|
|
- overflow: visible;
|
|
|
|
|
visibility: visible; }
|
|
visibility: visible; }
|
|
|
|
|
|
|
|
/* end .nav */
|
|
/* end .nav */
|