]> 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 c0cf03f3679e4b97c582bda0b835b0979a6c2e9f..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
@@ -173,3 +176,42 @@ table.list td {
        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;
+}
+