cursor: pointer;
}
.showLists, .showDetails{
- margin:0;
+
+ /* margin:0;
float:left;
- width:50%;
+ width:50%; */
-}
+
+}
#showDetail > label, #showList > label{
- margin:0;
+
++
+ /* margin:0;
float:left;
- width:50%;
+ width:50%;*/
+ display: block;
++
}
+
+
+/* Placeholder fixes for certain browsers */
+::-webkit-input-placeholder { /* Chrome, Safari, Opera */
+ color: #888;
+ font-weight: 400;
+}
+::-moz-placeholder { /* Firefox */
+ color: #888;
+ font-weight: 400;
+}
+:-ms-input-placeholder { /* IE10–11 */
+ color: #888 !important;
+ font-weight: 400 !important;
+}
+::-ms-input-placeholder { /* Edge */
+ color: #888;
+ font-weight: 400;
+}
+::placeholder { /* CSS Working Draft */
+ color: #888;
+ font-weight: 400;
+}