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
@@ -33,6 +33,22 @@ table thead {
font-weight: bold;
}
input.full, textarea.full {
width: 620px;
}
input.half, textarea.half {
width: 300px;
}
input.third, textarea.third {
width: 150px;
}
textarea {
height: 90px;
}
#banner {
border-bottom: 2px solid #000;
text-align: center;