]> git.llucax.com Git - software/sercom.git/blobdiff - sercom/static/css/style.css
agrego algunos del() en curso.create para que se pueda crear un curso nuevo.
[software/sercom.git] / sercom / static / css / style.css
index 90c53bba09983123a4871cde4960efff7cd35eb2..6ab9bba0f512f57eca67e8a9eb27fb683215758e 100644 (file)
@@ -96,9 +96,12 @@ h2 {
   border-top: 0px none;\r
   color: #999;\r
   background-color: white;\r
-  padding: 10px;\r
+  padding-left: 10px;\r
+  padding-right: 10px;\r
+  padding-top: 25px;\r
+  padding-bottom: 0px;\r
   font-size: 80%;\r
-  text-align: center;\r
+  text-align: left;\r
   width: 757px;\r
   margin: 0 auto 1em auto;\r
 }\r
@@ -155,3 +158,60 @@ table.list td {
        padding: 5px 5px 5px 5px;
 }
 
+.tableform table {
+       width:80%;
+       margin-left:10%;
+       border: 1px solid #400;
+}
+
+.tableform th {
+       text-align: right;
+       width: 5%;
+       padding-left:15px;
+}
+
+.tableform td {
+       padding-left: 15px;
+       padding-top: 5px;
+       padding-bottom: 5px;
+}
+
+.tableform input, textarea {
+       border: 1px solid black;
+}
+
+.tableform input:focus, select:focus, textarea:focus {
+       background: #fec;
+}
+
+#navbar {
+       position:float;
+       float:right;
+}
+
+/* Listas de los SHOW */
+table.show {
+       width:60%;
+       margin-left:5%;
+  border-collapse:separate;
+  border-spacing:1px 5px;
+}
+
+table.show th {
+       width:25%;
+       padding-top: 2px;
+       padding-bottom: 2px;
+       border: none;
+}
+
+table.show td {
+       padding-top: 2px;
+       padding-bottom: 2px;
+       border: none;
+}
+
+#footer img {
+       float:right;
+       border:none;
+}
+