Moved sizes of some inputs into css

git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@776 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
prozacx
2006-09-17 23:28:48 +00:00
parent 70aafdee8f
commit 4c8e99afdb
8 changed files with 128 additions and 64 deletions
@@ -54,6 +54,22 @@ table thead {
background-color: #bbb;
}
input.full, textarea.full {
width: 580px;
}
input.half, textarea.half {
width: 280px;
}
input.third, textarea.third {
width: 130px;
}
textarea {
height: 90px;
}
#main {
width: 680px;
clear: both;