Browse Source

Fixes a typo in helios.less

Nicolas Petton 10 years ago
parent
commit
308eaf1a2b
2 changed files with 5 additions and 5 deletions
  1. 4 4
      css/helios.css
  2. 1 1
      css/helios.less

+ 4 - 4
css/helios.css

@@ -657,13 +657,13 @@ body[id="helios"] .dialog .title {
   font-size: 16px;
   margin-bottom: 15px;
 }
-body[id="helios"] .confirmation .large,
-body[id="helios"] .dialog .large {
+body[id="helios"] .confirmation.large,
+body[id="helios"] .dialog.large {
   width: 400px;
   margin-left: -220px;
 }
-body[id="helios"] .confirmation .large textarea,
-body[id="helios"] .dialog .large textarea {
+body[id="helios"] .confirmation.large textarea,
+body[id="helios"] .dialog.large textarea {
   width: 385px;
   height: 200px;
 }

+ 1 - 1
css/helios.less

@@ -747,7 +747,7 @@ body[id="helios"] {
 			margin-bottom: 15px;
 		}
 
-		.large {
+		&.large {
 			width: 400px;
 			margin-left: -220px;