mirror of
https://github.com/znc/znc.git
synced 2026-07-06 18:01:21 +02:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user