# SVN changeset patch # User jsalyrosas # Date 2013-05-23 04:43:30.438246 # Revision 185 - Estandarizando todas las ventanas de la aplicacion. Afinando los estilos. Index: trunk/webapp/static/css/style.css =================================================================== diff --git a/trunk/webapp/static/css/style.css b/trunk/webapp/static/css/style.css --- a/trunk/webapp/static/css/style.css (revision 184) +++ b/trunk/webapp/static/css/style.css (revision 185) @@ -49,10 +49,16 @@ /******** FORMULARIO DE PERFILES *************************************/ /****************************************************************************************/ #divProfile { border: 0px solid #dff !important; margin: 10px 0px; padding: 10px 10px; width: 500px } -.flsAntenna { margin: 0; width: 100%; padding: 0px; border: 0px solid #f00 !important } -#divPattern textarea,input[type=text],label{ font-family: "Open Sans"; font-size: inherit; } + + +#divPattern textarea,input[type=text],label,input[type=file],input[type=button],input[type=submit]{ + font-family: 'Open Sans', sans-serif; font-size: inherit; } #divPattern textarea {resize: none; overflow: hidden} -.antenna{ border: 0px solid #1494F6 !important; padding: 2px; margin: 5px 10px; float: left; width: 480px} +.antenna{ border: 0px solid #fee !important; box-shadow: 1px 1px 2px #666; padding: 5px; margin: 10px auto; + width: 480px; display: block} +.flsAntenna { margin: 0; padding: 0px; border: 1px solid #fee !important; width: 470px} +.flsAntenna legend{ font-family: 'Roboto Condensed', sans-serif; font-size: inherit; text-align: center; + margin-left: 10px} .infoAntenna{ border: 0px solid #f00 !important; width: 480px; float: left} .overJRO{ border: 0px solid #1cc !important; width: 250px; float: left; margin: 0px 5px} .divAntenna { float: left; margin: 10px; border: 0px solid #fcc !important; width: 190px } @@ -60,19 +66,23 @@ .txtAntenna { width: 175px; max-width: 180px; height: 160px; max-height: 165px; background: #fdfdfb; padding: 4px; border: 2px solid #eee !important; /*font-family: "Ubuntu"; font-size: inherit;*/ text-align: justify; margin: 0 auto; line-height: 20px} + .divAntenna p{ width: 175px; max-width: 180px; height: 160px; max-height: 165px; background: #fdfdfb; padding: 2px; border: 1px solid #eee !important; font-family: "Ubuntu"; font-size: inherit; text-align: justify; margin: 0 auto; line-height: 20px} -.divTx { display: block; float: left; margin: 10px; height: 150px } +.divTx { display: block; float: left; margin: 10px; border: 0px solid #f00 !important} .divTx label{ display: block } -.divTx textarea{ width: 135px; max-width: 135px; height: 135px; max-height: 140px; text-align: justify } +.divTx textarea{ width: 100px; max-width: 100px; height: 160px; max-height: 165px; text-align: justify; + border: 2px solid #eee !important; font-family: "Ubuntu"; font-size: inherit; + line-height: 20px} + .divTx p{ width: 100px; max-width: 105px; height: 160px; max-height: 165px; background: #fdfdfb; padding: 2px; - border: 1px solid #eee !important; font-family: "Ubuntu"; font-size: inherit; + border: 1px solid #eee !important; font-family: 'Ubuntu', sans-serif; font-size: inherit; text-align: justify; margin: 0 auto; line-height: 20px;} .divUes { display: block; margin: 10px} -.divUes input[type=text] { width: 240px; max-width: 240px; font-family: "Ubuntu"; font-size: inherit;} +.divUes input[type=text] { width: 240px; max-width: 240px; font-family: 'Ubuntu', sans-serif; font-size: inherit;} .overJRO img{width: 400px; height: 200px; text-align: center; vertical-align: middle; margin: 40px 5px 5px 5px; display: block; background: #fdfdfb; border: 1px solid #eee !important;} @@ -87,7 +97,7 @@ #divMnuPattern a{ display: block; line-height: 22px; text-decoration: none; padding: 0px 5px; border-bottom: 1px solid #1494F6 !important; margin: 0px 2px; text-align: center; color: #1494F6 } -#infoPattern{ display: block; border: 1px solid #1494f6 !important; margin: 5px 2px; } +#infoPattern{ display: block; border: 0px solid #1494f6 !important; margin: 0px 25px; } #navPatterns{ margin: 0 auto; border: 0px solid #d00 !important; width: 700px; height: 30px; font-family: 'Ubuntu', sans-serif; font-size: 14px; padding: 5px 0px} @@ -109,7 +119,7 @@ padding: 2px; text-align: center; border: 1px solid #ddd !important; box-shadow: 1px 1px 2px #ddd; display: block; float: left; height: 45px; text-decoration: none; background: #eee; line-height: 45px; color: #15425d; margin: 0px 1px} - +header nav a.selected{ background: #666; color: #fff } /****************************************************************************************/ /****** FOOTER *************/ /****************************************************************************************/ Index: trunk/webapp/templates/abscontrol/addPattern.html =================================================================== diff --git a/trunk/webapp/templates/abscontrol/addPattern.html b/trunk/webapp/templates/abscontrol/addPattern.html --- a/trunk/webapp/templates/abscontrol/addPattern.html (revision 184) +++ b/trunk/webapp/templates/abscontrol/addPattern.html (revision 185) @@ -4,17 +4,17 @@
{% endblock %} {% block pattern %} -
+
-
+
UP
@@ -36,7 +36,7 @@
-
+
DOWN
Index: trunk/webapp/templates/abscontrol/edit.html =================================================================== diff --git a/trunk/webapp/templates/abscontrol/edit.html b/trunk/webapp/templates/abscontrol/edit.html --- a/trunk/webapp/templates/abscontrol/edit.html (revision 184) +++ b/trunk/webapp/templates/abscontrol/edit.html (revision 185) @@ -68,9 +68,8 @@
{% endblock %} {% block pattern %} -
- -
+
+
UP
@@ -93,7 +92,7 @@
-
+
DOWN
Index: trunk/webapp/templates/abscontrol/editPattern.html =================================================================== diff --git a/trunk/webapp/templates/abscontrol/editPattern.html b/trunk/webapp/templates/abscontrol/editPattern.html --- a/trunk/webapp/templates/abscontrol/editPattern.html (revision 184) +++ b/trunk/webapp/templates/abscontrol/editPattern.html (revision 185) @@ -15,9 +15,9 @@
{% endblock %} {% block pattern %} -
+
-
+
UP
@@ -40,7 +40,7 @@
-
+
DOWN
Index: trunk/webapp/templates/abscontrol/new.html =================================================================== diff --git a/trunk/webapp/templates/abscontrol/new.html b/trunk/webapp/templates/abscontrol/new.html --- a/trunk/webapp/templates/abscontrol/new.html (revision 184) +++ b/trunk/webapp/templates/abscontrol/new.html (revision 185) @@ -20,7 +20,7 @@
{% endblock %}
-
+
UP
@@ -29,11 +29,11 @@
- +
- +
@@ -44,7 +44,8 @@
-
+ +
DOWN
@@ -53,11 +54,11 @@
- +
- +
Index: trunk/webapp/templates/abscontrol/view.html =================================================================== diff --git a/trunk/webapp/templates/abscontrol/view.html b/trunk/webapp/templates/abscontrol/view.html --- a/trunk/webapp/templates/abscontrol/view.html (revision 184) +++ b/trunk/webapp/templates/abscontrol/view.html (revision 185) @@ -53,7 +53,7 @@ {% endblock %}
-
+
UP
@@ -89,7 +89,7 @@
-
+
DOWN
Index: trunk/webapp/templates/base.html =================================================================== diff --git a/trunk/webapp/templates/base.html b/trunk/webapp/templates/base.html --- a/trunk/webapp/templates/base.html (revision 184) +++ b/trunk/webapp/templates/base.html (revision 185) @@ -28,7 +28,7 @@
{% block header %}