Ver Fonte

Fixing CSS

Julio Montoya há 13 anos atrás
pai
commit
d1b647fe54

+ 1 - 17
main/css/academica/default.css

@@ -491,23 +491,7 @@ form div.row {
 	border: 1px solid #bbb;
 	font-weight: bold;
 }
-form div.row div.label {
-	float: left;
-	width: 18%;
-	text-align: right;
-}
-form div.row div.formw {
-	width: 80%;
-	float:left;
-}
-[dir=ltr] form div.row div.label, [dir=rtl] form div.row div.formw {
-	float: left;
-	text-align: right;
-}
-[dir=rtl] form div.row div.label, [dir=ltr] form div.row div.formw {
-	float: right;
-	text-align: left;
-}
+
 form span.form_required {
 	color: #f00;
 }

+ 1 - 17
main/css/baby_orange/default.css

@@ -477,23 +477,7 @@ form div.row {
 	border: 1px solid #bbb;
 	font-weight: bold;
 }
-form div.row div.label {
-	float: left;
-	width: 18%;
-	text-align: right;
-}
-form div.row div.formw {
-	width: 80%;
-	float:left;
-}
-[dir=ltr] form div.row div.label, [dir=rtl] form div.row div.formw {
-	float: left;
-	text-align: right;
-}
-[dir=rtl] form div.row div.label, [dir=ltr] form div.row div.formw {
-	float: right;
-	text-align: left;
-}
+
 form span.form_required {
 	color: #f00;
 }

+ 0 - 28
main/css/chamilo_orange/print.css

@@ -630,34 +630,6 @@ a.nobold:hover {
 /*****************************************************
  *  FORM STYLES                                      *
  *****************************************************/
-div.row {
-	clear: both;
-	padding-top: 5px;
-}
-div.row div.form_header {
-	white-space: nowrap;
-	padding: 2px;
-	background-color: #E5EDF9;
-	border: 1px solid #4271B5;
-}
-div.row div.label {
-	display: inline;
-	float: left;
-	width: 18%;
-	text-align: right;
-}
-div.row div.formw {
-	display: inline;
-	width: 80%;
-}
-[dir=ltr] div.row div.label, [dir=rtl] div.row div.formw {
-	float: left;
-	text-align: right;
-}
-[dir=rtl] div.row div.label, [dir=ltr] div.row div.formw {
-	float: right;
-	text-align: left;
-}
 span.form_required {
 	color: #f00;
 }

+ 0 - 28
main/css/chamilo_red/print.css

@@ -630,34 +630,6 @@ a.nobold:hover {
 /*****************************************************
  *  FORM STYLES                                      *
  *****************************************************/
-div.row {
-	clear: both;
-	padding-top: 5px;
-}
-div.row div.form_header {
-	white-space: nowrap;
-	padding: 2px;
-	background-color: #E5EDF9;
-	border: 1px solid #4271B5;
-}
-div.row div.label {
-	display: inline;
-	float: left;
-	width: 18%;
-	text-align: right;
-}
-div.row div.formw {
-	display: inline;
-	width: 80%;
-}
-[dir=ltr] div.row div.label, [dir=rtl] div.row div.formw {
-	float: left;
-	text-align: right;
-}
-[dir=rtl] div.row div.label, [dir=ltr] div.row div.formw {
-	float: right;
-	text-align: left;
-}
 span.form_required {
 	color: #f00;
 }

+ 0 - 21
main/css/cool_blue/default.css

@@ -1214,10 +1214,6 @@ a.nobold:hover {
 /*****************************************************
  *  FORM STYLES                                      *
  *****************************************************/
-div.row {
-	clear: both;
-	padding-top: 8px;
-}
 div.row div.form_header {
 	white-space: nowrap;
 	padding: 2px;
@@ -1227,23 +1223,6 @@ div.row div.form_header {
 	color: #FFFFFF;
 	font-weight: bold;
 }
-div.row div.label {
-	float: left;
-	width: 18%;
-	text-align: right;
-}
-div.row div.formw {
-	width: 80%;
-	float:left;
-}
-[dir=ltr] div.row div.label, [dir=rtl] div.row div.formw {
-	float: left;
-	text-align: right;
-}
-[dir=rtl] div.row div.label, [dir=ltr] div.row div.formw {
-	float: right;
-	text-align: left;
-}
 span.form_required {
 	color: #f00;
 }

+ 0 - 17
main/css/corporate/default.css

@@ -502,23 +502,6 @@ form div.row {
 	border: 1px solid #bbb;
 	font-weight: bold;
 }
-form div.row div.label {
-	float: left;
-	width: 18%;
-	text-align: right;
-}
-form div.row div.formw {
-	width: 80%;
-	float:left;
-}
-[dir=ltr] form div.row div.label, [dir=rtl] form div.row div.formw {
-	float: left;
-	text-align: right;
-}
-[dir=rtl] form div.row div.label, [dir=ltr] form div.row div.formw {
-	float: right;
-	text-align: left;
-}
 form span.form_required {
 	color: #f00;
 }

+ 1 - 30
main/css/cosmic_campus/default.css

@@ -493,36 +493,7 @@ ul#navigation .student-connect a {
 	border-color:#bbb;
 }
 /* form styles */
-.form {
-}
-form div.row {
-	clear: both;
-	padding-top: 5px;
-}
-.form_header {
-	white-space: nowrap;
-	padding: 2px;
-	background-color: #f0f0f0;
-	border: 1px solid #bbb;
-	font-weight: bold;
-}
-form div.row div.label {
-	float: left;
-	width: 18%;
-	text-align: right;
-}
-form div.row div.formw {
-	width: 80%;
-	float:left;
-}
-[dir=ltr] form div.row div.label, [dir=rtl] form div.row div.formw {
-	float: left;
-	text-align: right;
-}
-[dir=rtl] form div.row div.label, [dir=ltr] form div.row div.formw {
-	float: right;
-	text-align: left;
-}
+
 form span.form_required {
 	color: #f00;
 }

+ 0 - 17
main/css/delicious_bordeaux/default.css

@@ -1231,23 +1231,6 @@ div.row div.form_header {
 	color: #FFFFFF;
 	font-weight: bold;
 }
-div.row div.label {
-	float: left;
-	width: 18%;
-	text-align: right;
-}
-div.row div.formw {
-	width: 80%;
-	float:left;
-}
-[dir=ltr] div.row div.label, [dir=rtl] div.row div.formw {
-	float: left;
-	text-align: right;
-}
-[dir=rtl] div.row div.label, [dir=ltr] div.row div.formw {
-	float: right;
-	text-align: left;
-}
 span.form_required {
 	color: #f00;
 }

+ 0 - 17
main/css/dokeos_blue/default.css

@@ -1232,23 +1232,6 @@ div.row div.form_header {
 	color: #FFFFFF;
 	font-weight: bold;
 }
-div.row div.label {
-	float: left;
-	width: 18%;
-	text-align: right;
-}
-div.row div.formw {
-	width: 80%;
-	float:left;
-}
-[dir=ltr] div.row div.label, [dir=rtl] div.row div.formw {
-	float: left;
-	text-align: right;
-}
-[dir=rtl] div.row div.label, [dir=ltr] div.row div.formw {
-	float: right;
-	text-align: left;
-}
 span.form_required {
 	color: #f00;
 }

+ 0 - 17
main/css/dokeos_classic/default.css

@@ -1045,23 +1045,6 @@ div.row div.form_header {
 	background-color: #E5EDF9;
 	border: 1px solid #4271B5;
 }
-div.row div.label {
-	float: left;
-	width: 18%;
-	text-align: right;
-}
-div.row div.formw {
-	width: 80%;
-	float:left;
-}
-[dir=ltr] div.row div.label, [dir=rtl] div.row div.formw {
-	float: left;
-	text-align: right;
-}
-[dir=rtl] div.row div.label, [dir=ltr] div.row div.formw {
-	float: right;
-	text-align: left;
-}
 span.form_required {
 	color: #f00;
 }

+ 0 - 17
main/css/dokeos_classic_2D/default.css

@@ -1036,23 +1036,6 @@ div.row div.form_header {
 	padding: 2px;
 	white-space: nowrap;
 }
-div.row div.label {
-	float: left;
-	text-align: right;
-	width: 14%;
-}
-div.row div.formw {
-	width: 83%;
-	float:left;
-}
-[dir=ltr] div.row div.label, [dir=rtl] div.row div.formw {
-	float: left;
-	text-align: right;
-}
-[dir=rtl] div.row div.label, [dir=ltr] div.row div.formw {
-	float: right;
-	text-align: left;
-}
 span.form_required {
 	color: #f00;
 }

+ 0 - 17
main/css/empire_green/default.css

@@ -1233,23 +1233,6 @@ div.row div.form_header {
 	color: #FFFFFF;
 	font-weight: bold;
 }
-div.row div.label {
-	float: left;
-	width: 18%;
-	text-align: right;
-}
-div.row div.formw {
-	width: 80%;
-	float:left;
-}
-[dir=ltr] div.row div.label, [dir=rtl] div.row div.formw {
-	float: left;
-	text-align: right;
-}
-[dir=rtl] div.row div.label, [dir=ltr] div.row div.formw {
-	float: right;
-	text-align: left;
-}
 span.form_required {
 	color: #f00;
 }

+ 0 - 17
main/css/fruity_orange/default.css

@@ -1233,23 +1233,6 @@ div.row div.form_header {
 	color: #FFFFFF;
 	font-weight: bold;
 }
-div.row div.label {
-	float: left;
-	width: 18%;
-	text-align: right;
-}
-div.row div.formw {
-	width: 80%;
-	float:left;
-}
-[dir=ltr] div.row div.label, [dir=rtl] div.row div.formw {
-	float: left;
-	text-align: right;
-}
-[dir=rtl] div.row div.label, [dir=ltr] div.row div.formw {
-	float: right;
-	text-align: left;
-}
 span.form_required {
 	color: #f00;
 }

+ 0 - 17
main/css/medical/default.css

@@ -1329,23 +1329,6 @@ div.row div.form_header {
 	background-color: #f0f0f0;
 	border: 1px solid #bbb;
 }
-div.row div.label {
-	float: left;
-	width: 18%;
-	text-align: right;
-}
-div.row div.formw {
-	width: 80%;
-	float:left;
-}
-[dir=ltr] div.row div.label, [dir=rtl] div.row div.formw {
-	float: left;
-	text-align: right;
-}
-[dir=rtl] div.row div.label, [dir=ltr] div.row div.formw {
-	float: right;
-	text-align: left;
-}
 span.form_required {
 	color: #f00;
 }

+ 0 - 16
main/css/medical/images/default.css

@@ -843,22 +843,6 @@ div.row div.form_header {
     background-color: #f0f0f0;
     border: 1px solid #bbb;
 }
-div.row div.label {
-    float: left;
-    width: 18%;
-    text-align: right;
-}
-div.row div.formw {
-    width: 80%;
-}
-[dir=ltr] div.row div.label, [dir=rtl] div.row div.formw {
-    float: left;
-    text-align: right;
-}
-[dir=rtl] div.row div.label, [dir=ltr] div.row div.formw {
-    float: right;
-    text-align: left;
-}
 span.form_required {
     color: #f00;
 }

+ 0 - 17
main/css/public_admin/default.css

@@ -1090,23 +1090,6 @@ div.row div.form_header {
     background-color: #f0f0f0;
     border: 1px solid #bbb;
 }
-div.row div.label {
-    float: left;
-    width: 18%;
-    text-align: right;
-}
-div.row div.formw {
-    width: 80%;
-    float:left;
-}
-[dir=ltr] div.row div.label, [dir=rtl] div.row div.formw {
-    float: left;
-    text-align: right;
-}
-[dir=rtl] div.row div.label, [dir=ltr] div.row div.formw {
-    float: right;
-    text-align: left;
-}
 span.form_required {
     color: #f00;
 }

+ 0 - 17
main/css/royal_purple/default.css

@@ -1228,23 +1228,6 @@ div.row div.form_header {
 	color: #FFFFFF;
 	font-weight: bold;
 }
-div.row div.label {
-	float: left;
-	width: 18%;
-	text-align: right;
-}
-div.row div.formw {
-	width: 80%;
-	float:left;
-}
-[dir=ltr] div.row div.label, [dir=rtl] div.row div.formw {
-	float: left;
-	text-align: right;
-}
-[dir=rtl] div.row div.label, [dir=ltr] div.row div.formw {
-	float: right;
-	text-align: left;
-}
 span.form_required {
 	color: #f00;
 }

+ 0 - 8
main/css/silver_line/default.css

@@ -810,14 +810,6 @@ div.row div.label {
 * html .row .formw input {
     margin-left: -1em;
 }
-[dir=ltr] div.row div.label, [dir=rtl] div.row div.formw {
-    float: left;
-    text-align: right;
-}
-[dir=rtl] div.row div.label, [dir=ltr] div.row div.formw {
-    float: right;
-    text-align: left;
-}
 /* Specific forms: profile,add course,advanced search,advanced course search,etc.. */
 #add_course, #profile, #advanced_course_search, #advanced_search, #category, #course_user_import, #export_users, #update_course, #user_add, #user_import {
     border: 1px solid #ddd;

+ 0 - 23
main/css/sober_brown/default.css

@@ -1056,29 +1056,6 @@ div.row {
     clear: both;
     padding-top: 5px;
 }
-div.row div.form_header {
-    white-space: nowrap;
-    padding: 2px;
-    background-color: #f0f0f0;
-    border: 1px solid #bbb;
-}
-div.row div.label {
-    float: left;
-    width: 18%;
-    text-align: right;
-}
-div.row div.formw {
-    width: 80%;
-    float:left;
-}
-[dir=ltr] div.row div.label, [dir=rtl] div.row div.formw {
-    float: left;
-    text-align: right;
-}
-[dir=rtl] div.row div.label, [dir=ltr] div.row div.formw {
-    float: right;
-    text-align: left;
-}
 span.form_required {
     color: #f00;
 }

+ 0 - 17
main/css/steel_grey/default.css

@@ -1231,23 +1231,6 @@ div.row div.form_header {
 	color: #FFFFFF;
 	font-weight: bold;
 }
-div.row div.label {
-	float: left;
-	width: 18%;
-	text-align: right;
-}
-div.row div.formw {
-	width: 80%;
-	float:left;
-}
-[dir=ltr] div.row div.label, [dir=rtl] div.row div.formw {
-	float: left;
-	text-align: right;
-}
-[dir=rtl] div.row div.label, [dir=ltr] div.row div.formw {
-	float: right;
-	text-align: left;
-}
 span.form_required {
 	color: #f00;
 }

+ 0 - 17
main/css/tasty_olive/default.css

@@ -1232,23 +1232,6 @@ div.row div.form_header {
 	color: #FFFFFF;
 	font-weight: bold;
 }
-div.row div.label {
-	float: left;
-	width: 18%;
-	text-align: right;
-}
-div.row div.formw {
-	width: 80%;
-	float:left;
-}
-[dir=ltr] div.row div.label, [dir=rtl] div.row div.formw {
-	float: left;
-	text-align: right;
-}
-[dir=rtl] div.row div.label, [dir=ltr] div.row div.formw {
-	float: right;
-	text-align: left;
-}
 span.form_required {
 	color: #f00;
 }