pequenas melhorias no estilo, alteração na mensagem de confirmação de cadastro de...
[cascardo/eventmanager.git] / media / css / geral.css
index 8dbc370..4e6e12c 100644 (file)
@@ -28,6 +28,8 @@ label {
     display: block;
     width: 180px;
     font-weight: bold;
+    font-style: normal;
+    color: #000;
 }
 
 em {
@@ -136,3 +138,27 @@ a:hover {
     color: red;
     list-style-type: none;
 }
+
+#cadastro input[type=text] {
+    width: 300px;
+}
+
+#cadastro p {
+    display: block;
+    width: 450px;
+    font-style: italic;
+    font-size: small;
+    color: #666;
+}
+
+#cadastro p textarea {
+    width: 100%;
+}
+
+#id_descricao_curta {
+    height: 60px;
+}
+
+#id_recursos {
+    height: 150px;
+}