diff options
Diffstat (limited to 'views/default')
| -rw-r--r-- | views/default/css.php | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/views/default/css.php b/views/default/css.php index ab71d70d2..bf756da1b 100644 --- a/views/default/css.php +++ b/views/default/css.php @@ -886,6 +886,7 @@ input[type="submit"] {  	background: #cccccc;  } +.input-password,  .input-text,  .input-tags,  .input-url, @@ -893,6 +894,7 @@ input[type="submit"] {  	width:98%;  } +.input-password,  .input-textarea {  	height: 200px;  }  | 
