Revert "Revert "Theme compatibility fixes""

This reverts commit 1db8b0f23c.
This commit is contained in:
ultimatemember
2015-01-14 00:11:38 +02:00
parent 1db8b0f23c
commit c4e6ef4933
17 changed files with 194 additions and 60 deletions
+12
View File
@@ -12,6 +12,8 @@
display: block;
overflow: hidden;
margin: auto;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
@@ -37,6 +39,8 @@
right: -15px;
width: 30px;
height: 30px;
-moz-border-radius: 999px;
-webkit-border-radius: 999px;
border-radius: 999px;
background: #ddd;
cursor: pointer;
@@ -73,6 +77,8 @@
display: inline-block;
width: 100px;
height: 70px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
background-color: #666;
color: #fff !important;
@@ -123,6 +129,8 @@
height: 10px;
color: #666;
background: #7ACF58;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
@@ -137,6 +145,8 @@
padding: 20px;
box-sizing: border-box;
border: 2px dashed #ddd;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
font-size: 18px;
line-height: 1em;
@@ -171,6 +181,8 @@
height: 34px;
display: inline-block;
text-decoration: none;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
padding: 0 20px;
color: #fff;