Browse Source

Run CSS validation manually

Alexandre Alapetite 4 năm trước cách đây
mục cha
commit
dfe90cba86

+ 1 - 1
p/themes/Origine/origine.css

@@ -268,7 +268,7 @@ a.btn {
 
 .nav-list .item > span {
 	font-style: italic;
-	color: #888888;
+	color: #888;
 }
 
 .nav-list a:hover {

+ 5 - 5
p/themes/Origine/origine.rtl.css

@@ -97,7 +97,7 @@ form th {
 }
 
 .form-group.form-actions .btn {
-	margin: 0 20px 0 0;
+	margin: 0 0 0 20px;
 }
 
 .form-group .group-name {
@@ -268,7 +268,7 @@ a.btn {
 
 .nav-list .item > span {
 	font-style: italic;
-	color: #888888;
+	color: #888;
 }
 
 .nav-list a:hover {
@@ -741,6 +741,7 @@ a.btn {
 
 /*=== New article notification */
 #new-article {
+	padding: 1em;
 	background: #0084cc;
 	text-align: center;
 	font-size: 0.9em;
@@ -751,7 +752,6 @@ a.btn {
 }
 
 #new-article > a {
-	line-height: 3em;
 	color: #fff;
 	font-weight: bold;
 }
@@ -1197,10 +1197,10 @@ a.btn {
 	}
 
 	.form-group.form-actions {
-		margin-left: -15px;
 		margin-right: -15px;
-		padding-left: 15px;
+		margin-left: -15px;
 		padding-right: 15px;
+		padding-left: 15px;
 	}
 
 	.day .name {

+ 0 - 1
p/themes/Swage/swage.rtl.css

@@ -179,7 +179,6 @@ form th {
 .form-group .group-controls .control {
 	line-height: 2em;
 }
-
 .stick {
 	vertical-align: middle;
 	font-size: 0;

+ 0 - 4
p/themes/base-theme/base.rtl.css

@@ -95,10 +95,6 @@ form th {
 	padding: 5px 0;
 }
 
-.form-group table {
-	margin: 10px 220px 0 0;
-}
-
 /*=== Buttons */
 .stick {
 	vertical-align: middle;

+ 1 - 1
p/themes/base-theme/template.css

@@ -979,7 +979,7 @@ br {
 	height: 300px;
 }
 
-.stat .flotr-legend-label{
+.stat .flotr-legend-label {
 	padding-left: 0;
 }
 

+ 2 - 2
p/themes/base-theme/template.rtl.css

@@ -979,8 +979,8 @@ br {
 	height: 300px;
 }
 
-.stat .flotr-legend-label{
-	padding-left: 0;
+.stat .flotr-legend-label {
+	padding-right: 0;
 }
 
 /*=== LOGIN VIEW */