diff options
| -rw-r--r-- | public/stylesheets/admin.css | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/public/stylesheets/admin.css b/public/stylesheets/admin.css index 7b39c72..1a81728 100644 --- a/public/stylesheets/admin.css +++ b/public/stylesheets/admin.css | |||
| @@ -750,8 +750,9 @@ a.action_button:hover { | |||
| 750 | background-color: #000000; | 750 | background-color: #000000; |
| 751 | } | 751 | } |
| 752 | 752 | ||
| 753 | #page_editor form input[type=text], | 753 | #page_editor input[type=text], |
| 754 | #page_editor form input[type=password] { | 754 | #page_editor input[type=password], |
| 755 | #page_editor textarea { | ||
| 755 | padding: 5px; | 756 | padding: 5px; |
| 756 | } | 757 | } |
| 757 | 758 | ||
| @@ -787,8 +788,9 @@ a.action_button:hover { | |||
| 787 | margin-left: -125px; | 788 | margin-left: -125px; |
| 788 | } | 789 | } |
| 789 | 790 | ||
| 790 | #page_editor form input[type=text], | 791 | #page_editor input[type=text], |
| 791 | #page_editor form input[type=password] { | 792 | #page_editor input[type=password], |
| 793 | #page_editor textarea { | ||
| 792 | width: 690px; | 794 | width: 690px; |
| 793 | } | 795 | } |
| 794 | } | 796 | } |
| @@ -833,8 +835,9 @@ a.action_button:hover { | |||
| 833 | font-weight: bold; | 835 | font-weight: bold; |
| 834 | } | 836 | } |
| 835 | 837 | ||
| 836 | #page_editor form input[type=text], | 838 | #page_editor input[type=text], |
| 837 | #page_editor form input[type=password] { | 839 | #page_editor input[type=password], |
| 840 | #page_editor textarea { | ||
| 838 | box-sizing: border-box; | 841 | box-sizing: border-box; |
| 839 | width: 100%; | 842 | width: 100%; |
| 840 | } | 843 | } |
