CologneBlue: Make editform's textareas 100% wide
authorDerk-Jan Hartman <hartman@videolan.org>
Fri, 9 Aug 2013 20:19:28 +0000 (22:19 +0200)
committerDerk-Jan Hartman <hartman@videolan.org>
Sat, 10 Aug 2013 07:54:20 +0000 (09:54 +0200)
This was the last skin that didn't have a 100% wide textareas in the
editform. Brought it in line with the other skins. Eventually we
should make this skin use common*.css, but this is needed for
related patch set: I1b92499961b7ea1949e1d1e48ced6f562822d1cd.

Change-Id: I07895f767049a23945d3a989f7a8164f49847934

skins/cologneblue/screen.css

index 7bdfca5..c6c9063 100644 (file)
@@ -55,6 +55,14 @@ p, pre, .mw-code, td, th, li, dd, dt {
 
 textarea {
        overflow: auto;
+       width: 100%;
+}
+
+#editform textarea {
+       display: block;
+       -moz-box-sizing: border-box;
+       -webkit-box-sizing: border-box;
+       box-sizing: border-box;
 }
 
 #footer {