Changeset 4526
- Timestamp:
- 06/18/2011 01:36:16 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/bp-themes/bp-default/_inc/css/default.css (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-default/_inc/css/default.css
r4498 r4526 1065 1065 padding-left: 22px; 1066 1066 } 1067 form#whats-new-form #whats-new-textarea {1067 form#whats-new-form textarea { 1068 1068 background: #fff; 1069 1069 border: 1px inset #ccc; … … 1071 1071 -webkit-border-radius: 3px; 1072 1072 border-radius: 3px; 1073 margin-bottom: 10px;1074 padding: 8px;1075 }1076 form#whats-new-form textarea {1077 border: none;1078 1073 color: #555; 1079 1074 font-family: inherit; 1080 1075 font-size: 14px; 1081 1076 height: 50px; 1082 margin: 0; 1083 padding: 0; 1084 width: 100%; 1077 padding: 1%; 1078 width: 98%; 1085 1079 } 1086 1080 form#whats-new-form #whats-new-options select { … … 1089 1083 form#whats-new-form #whats-new-submit { 1090 1084 float: right; 1091 margin : 0;1085 margin-top: 12px; 1092 1086 } 1093 1087 #whats-new-options {
Note: See TracChangeset
for help on using the changeset viewer.