Commit e3eb8f3b74633af4ce808fe5e6ee66086b265ea9
1 parent
1142b083
Exists in
fix_style_create_institution_admin_panel
Styling create institution page of admin panel
Showing
1 changed file
with
100 additions
and
1 deletions
Show diff stats
src/noosfero-spb/noosfero-spb-theme/css/administration-panel.css
| @@ -114,7 +114,7 @@ | @@ -114,7 +114,7 @@ | ||
| 114 | padding: 8px 8px 0; | 114 | padding: 8px 8px 0; |
| 115 | } | 115 | } |
| 116 | 116 | ||
| 117 | -/*** Features Settings ***/ | 117 | +/* Features Settings */ |
| 118 | 118 | ||
| 119 | .controller-features #content form *{ | 119 | .controller-features #content form *{ |
| 120 | font-size: 15px; | 120 | font-size: 15px; |
| @@ -233,6 +233,105 @@ | @@ -233,6 +233,105 @@ | ||
| 233 | padding: 8px 8px 0; | 233 | padding: 8px 8px 0; |
| 234 | } | 234 | } |
| 235 | 235 | ||
| 236 | +/* Create Instituition */ | ||
| 237 | + | ||
| 238 | +/*Temporary - Best fix html structure*/ | ||
| 239 | +.action-gov_user_plugin-create_institution_admin #institution_form{ | ||
| 240 | + font-size: 12px; | ||
| 241 | + font-family: Arial; | ||
| 242 | +} | ||
| 243 | + | ||
| 244 | +.action-gov_user_plugin-create_institution_admin input[type="text"], | ||
| 245 | +.action-gov_user_plugin-create_institution_admin select { | ||
| 246 | + height: 30px; | ||
| 247 | + border-radius: 5px; | ||
| 248 | + border: solid 1px #ccc; | ||
| 249 | + background-color: #fff; | ||
| 250 | + padding: 0px 5px; | ||
| 251 | +} | ||
| 252 | + | ||
| 253 | +.action-gov_user_plugin-create_institution_admin select{ | ||
| 254 | + height: 32px; | ||
| 255 | + font-size: 12px; | ||
| 256 | + font-family: Arial; | ||
| 257 | +} | ||
| 258 | + | ||
| 259 | +.action-gov_user_plugin-create_institution_admin input[type="radio"] { | ||
| 260 | + vertical-align: middle; | ||
| 261 | + margin-right: 5px; | ||
| 262 | +} | ||
| 263 | + | ||
| 264 | +.action-gov_user_plugin-create_institution_admin label.formlabel { | ||
| 265 | + margin: 10px 0px 3px 0px; | ||
| 266 | +} | ||
| 267 | + | ||
| 268 | +.action-gov_user_plugin-create_institution_admin .explanation { | ||
| 269 | + color: #3F60C6; | ||
| 270 | + font-size: 12px; | ||
| 271 | + font-style: italic; | ||
| 272 | + font-family: Arial, Helvetica, sans-serif; | ||
| 273 | + margin-bottom: 25px; | ||
| 274 | +} | ||
| 275 | + | ||
| 276 | +.action-gov_user_plugin-create_institution_admin .required-field, | ||
| 277 | +.action-gov_user_plugin-create_institution_admin .errorExplanation { | ||
| 278 | + color: #EA1C00; | ||
| 279 | + font-size:12px; | ||
| 280 | + margin-bottom: 20px; | ||
| 281 | + font-family: Arial; | ||
| 282 | +} | ||
| 283 | + | ||
| 284 | +.action-gov_user_plugin-create_institution_admin .errorExplanation:empty { | ||
| 285 | + margin-bottom: 10px; | ||
| 286 | +} | ||
| 287 | + | ||
| 288 | +.action-gov_user_plugin-create_institution_admin #community_name { | ||
| 289 | + width: 200px; | ||
| 290 | +} | ||
| 291 | + | ||
| 292 | +.action-gov_user_plugin-create_institution_admin #institutions_corporate_name { | ||
| 293 | + width: 310px; | ||
| 294 | +} | ||
| 295 | + | ||
| 296 | +.action-gov_user_plugin-create_institution_admin #community_country { | ||
| 297 | + width: 213px; | ||
| 298 | +} | ||
| 299 | + | ||
| 300 | +.action-gov_user_plugin-create_institution_admin #community_state { | ||
| 301 | + width: 81px; | ||
| 302 | +} | ||
| 303 | + | ||
| 304 | +.action-gov_user_plugin-create_institution_admin #community_city { | ||
| 305 | + width: 222px; | ||
| 306 | +} | ||
| 307 | + | ||
| 308 | +.action-gov_user_plugin-create_institution_admin #institutions_cnpj, | ||
| 309 | +.action-gov_user_plugin-create_institution_admin #institutions_acronym { | ||
| 310 | + text-indent: 5px; | ||
| 311 | + width: 530px; | ||
| 312 | +} | ||
| 313 | + | ||
| 314 | +.action-gov_user_plugin-create_institution_admin .modal-form-actions { | ||
| 315 | + margin-top: 20px; | ||
| 316 | +} | ||
| 317 | + | ||
| 318 | +.action-gov_user_plugin-create_institution_admin .sisp-fields { | ||
| 319 | + margin-top: 15px; | ||
| 320 | +} | ||
| 321 | + | ||
| 322 | +.action-gov_user_plugin-create_institution_admin #content form input.button.with-text { | ||
| 323 | + background-color: #3E67B1; | ||
| 324 | + color: #fff; | ||
| 325 | + font-size: 14px; | ||
| 326 | + font-family: "open_sansregular", Arial; | ||
| 327 | + height: 32px; | ||
| 328 | + line-height: 17px; | ||
| 329 | +} | ||
| 330 | + | ||
| 331 | +.action-gov_user_plugin-create_institution_admin #content form a.button.with-text{ | ||
| 332 | + padding: 7px 15px; | ||
| 333 | +} | ||
| 334 | + | ||
| 236 | 335 | ||
| 237 | /*** Community Admin pages ***/ | 336 | /*** Community Admin pages ***/ |
| 238 | /* Homepage */ | 337 | /* Homepage */ |