Commit d9918355c6e6a763471c19de2845907f9487e3e2
Exists in
master
and in
9 other branches
Merge branch 'master' of https://gitlab.com/softwarepublico/noosfero-spb-theme
Showing
2 changed files
with
399 additions
and
104 deletions
Show diff stats
cadastro.css
| ... | ... | @@ -145,8 +145,8 @@ margin:10px; |
| 145 | 145 | #institution_dialog .formfield.type-text, |
| 146 | 146 | #institution_dialog .formfield.type-select |
| 147 | 147 | #institution_dialog .formfield.type-radio{ |
| 148 | - width:100%; | |
| 149 | - /*margin:0px 10px 10px 0px; | |
| 148 | + width:100%; | |
| 149 | + /*margin:0px 10px 10px 0px; | |
| 150 | 150 | }*/ |
| 151 | 151 | /* |
| 152 | 152 | #edit_institution_page .formfield type-radio{ |
| ... | ... | @@ -180,12 +180,6 @@ margin:10px; |
| 180 | 180 | /* cadastro de software */ |
| 181 | 181 | |
| 182 | 182 | /* |
| 183 | -#content #main-content-wrapper-1, | |
| 184 | -#content .main-block .block-inner-1 { | |
| 185 | - font-size: 15px; | |
| 186 | - font-family: arial, verdana, helvetica !important; | |
| 187 | -} | |
| 188 | - | |
| 189 | 183 | #content #main-content-wrapper-1 form, |
| 190 | 184 | #content .main-block .block-inner-1 form { |
| 191 | 185 | font-family: arial, verdana, helvetica; |
| ... | ... | @@ -200,17 +194,17 @@ margin:10px; |
| 200 | 194 | margin-bottom: 30px !important; |
| 201 | 195 | } |
| 202 | 196 | |
| 203 | -#content #main-content-wrapper-1 .required-field .pseudoformlabel, | |
| 204 | -#content #main-content-wrapper-1 .mandatory:after, | |
| 205 | -#content #main-content-wrapper-1 .required-field label.formlabel:after { | |
| 206 | - color: #2C4B6B; | |
| 197 | +#content #main-content-wrapper-1 form .required-field .pseudoformlabel, | |
| 198 | +#content #main-content-wrapper-1 form .mandatory:after, | |
| 199 | +#content #main-content-wrapper-1 form .required-field label.formlabel:after { | |
| 200 | + color: #4562b1; | |
| 207 | 201 | } |
| 208 | 202 | |
| 209 | -#content #main-content-wrapper-1 p > .required-field:before, | |
| 210 | -#content #main-content-wrapper-1 #template-options label a:before, | |
| 211 | -#content #main-content-wrapper-1 #errorExplanation h2:before, | |
| 212 | -#content .main-block .block-inner-1 p > .required-field:before, | |
| 213 | -#content .main-block .block-inner-1 #errorExplanation h2:before { | |
| 203 | +#content #main-content-wrapper-1 form p > .required-field:before, | |
| 204 | +#content #main-content-wrapper-1 form #template-options label a:before, | |
| 205 | +#content #main-content-wrapper-1 form #errorExplanation h2:before, | |
| 206 | +#content .main-block .block-inner-1 form p > .required-field:before, | |
| 207 | +#content .main-block .block-inner-1 form #errorExplanation h2:before { | |
| 214 | 208 | font-family: FontAwesome; |
| 215 | 209 | font-style: normal; |
| 216 | 210 | font-weight: normal; |
| ... | ... | @@ -218,8 +212,8 @@ margin:10px; |
| 218 | 212 | position: absolute; |
| 219 | 213 | } |
| 220 | 214 | |
| 221 | -#content #main-content-wrapper-1 p > .required-field, | |
| 222 | -#content .main-block .block-inner-1 p > .required-field { | |
| 215 | +#content #main-content-wrapper-1 form p > .required-field, | |
| 216 | +#content .main-block .block-inner-1 form p > .required-field { | |
| 223 | 217 | margin-bottom: 40px; |
| 224 | 218 | display: block; |
| 225 | 219 | position: relative; |
| ... | ... | @@ -227,12 +221,12 @@ margin:10px; |
| 227 | 221 | background: #ECEDF1; |
| 228 | 222 | padding: 15px 15px 15px 35px; |
| 229 | 223 | font-size: 16px; |
| 230 | - border: 1px dotted #2C4B6B; | |
| 231 | - border-left: 4px solid #2C4B6B; | |
| 224 | + border: 1px dotted #4562b1; | |
| 225 | + border-left: 4px solid #4562b1; | |
| 232 | 226 | } |
| 233 | 227 | |
| 234 | -#content #main-content-wrapper-1 #errorExplanation, | |
| 235 | -#content .main-block .block-inner-1 #errorExplanation { | |
| 228 | +#content #main-content-wrapper-1 form #errorExplanation, | |
| 229 | +#content .main-block .block-inner-1 form #errorExplanation { | |
| 236 | 230 | display: block; |
| 237 | 231 | position: relative; |
| 238 | 232 | padding-left: 27px; |
| ... | ... | @@ -245,8 +239,8 @@ margin:10px; |
| 245 | 239 | font-family: arial, verdana, helvetica ; |
| 246 | 240 | } |
| 247 | 241 | |
| 248 | -#content #main-content-wrapper-1 #errorExplanation h2, | |
| 249 | -#content .main-block .block-inner-1 #errorExplanation h2 { | |
| 242 | +#content #main-content-wrapper-1 form #errorExplanation h2, | |
| 243 | +#content .main-block .block-inner-1 form #errorExplanation h2 { | |
| 250 | 244 | background: none; |
| 251 | 245 | font-size: 18px !important; |
| 252 | 246 | color: #C0392B; |
| ... | ... | @@ -257,8 +251,8 @@ margin:10px; |
| 257 | 251 | |
| 258 | 252 | } |
| 259 | 253 | |
| 260 | -#content #main-content-wrapper-1 #errorExplanation h2:before, | |
| 261 | -#content .main-block .block-inner-1 #errorExplanation h2:before { | |
| 254 | +#content #main-content-wrapper-1 form #errorExplanation h2:before, | |
| 255 | +#content .main-block .block-inner-1 form #errorExplanation h2:before { | |
| 262 | 256 | left: 13px; |
| 263 | 257 | content: "\f06a"; |
| 264 | 258 | font-size: 22px; |
| ... | ... | @@ -270,22 +264,30 @@ margin:10px; |
| 270 | 264 | margin-left: 20px; |
| 271 | 265 | } |
| 272 | 266 | |
| 273 | -#content #main-content-wrapper-1 #errorExplanation ul li, | |
| 274 | -#content .main-block .block-inner-1 #errorExplanation ul li { | |
| 267 | +#content #main-content-wrapper-1 form #errorExplanation ul li, | |
| 268 | +#content .main-block .block-inner-1 form #errorExplanation ul li { | |
| 275 | 269 | list-style-type: disc; |
| 276 | 270 | margin-bottom: 3px; |
| 277 | 271 | color: #C0392B; |
| 278 | 272 | } |
| 279 | 273 | |
| 280 | 274 | |
| 281 | -#content #main-content-wrapper-1 p > .required-field:before, | |
| 282 | -#content .main-block .block-inner-1 p > .required-field:before { | |
| 275 | +#content #main-content-wrapper-1 form p > .required-field:before, | |
| 276 | +#content .main-block .block-inner-1 form p > .required-field:before { | |
| 283 | 277 | left: 13px; |
| 284 | 278 | content: "\f0a4"; |
| 285 | 279 | font-size: 18px; |
| 280 | + color: #4562b1; | |
| 281 | +} | |
| 282 | + | |
| 283 | +#content #main-content-wrapper-1 form .atention { | |
| 284 | + border: 2px dotted #ccc; | |
| 285 | + background: #f4f4f4; | |
| 286 | + padding: 20px; | |
| 287 | + margin-bottom: 30px; | |
| 286 | 288 | } |
| 287 | 289 | |
| 288 | -#content #main-content-wrapper-1 #template-options label a:before{ | |
| 290 | +#content #main-content-wrapper-1 form #template-options label a:before{ | |
| 289 | 291 | right: 0; |
| 290 | 292 | bottom: 0; |
| 291 | 293 | vertical-align: middle; |
| ... | ... | @@ -294,8 +296,8 @@ margin:10px; |
| 294 | 296 | color: #172738; |
| 295 | 297 | } |
| 296 | 298 | |
| 297 | -#content #main-content-wrapper-1 label, | |
| 298 | -#content .main-block .block-inner-1 label { | |
| 299 | +#content #main-content-wrapper-1 form label, | |
| 300 | +#content .main-block .block-inner-1 form label { | |
| 299 | 301 | font-weight: 700; |
| 300 | 302 | margin-bottom: 4px; |
| 301 | 303 | color: #172738; |
| ... | ... | @@ -303,13 +305,13 @@ margin:10px; |
| 303 | 305 | font-style: normal; |
| 304 | 306 | } |
| 305 | 307 | |
| 306 | -#content .main-block .block-inner-1 h2, | |
| 307 | -#content .main-block .block-inner-1 h3, | |
| 308 | -#content .main-block .block-inner-1 h4 { | |
| 308 | +#content .main-block .block-inner-1 form h2, | |
| 309 | +#content .main-block .block-inner-1 form h3, | |
| 310 | +#content .main-block .block-inner-1 form h4 { | |
| 309 | 311 | color: #172938 ; |
| 310 | 312 | } |
| 311 | 313 | |
| 312 | -#content .main-block .block-inner-1 h2 { | |
| 314 | +#content .main-block .block-inner-1 form h2 { | |
| 313 | 315 | font-size: 18px !important; |
| 314 | 316 | font-weight: 700; |
| 315 | 317 | margin-bottom: 20px; |
| ... | ... | @@ -321,29 +323,29 @@ margin:10px; |
| 321 | 323 | width: 100%; |
| 322 | 324 | } |
| 323 | 325 | |
| 324 | -#content #main-content-wrapper-1 .formfield, | |
| 325 | -#content .main-block .block-inner-1 #profile_change_picture { | |
| 326 | +#content #main-content-wrapper-1 form .formfield, | |
| 327 | +#content .main-block .block-inner-1 form #profile_change_picture { | |
| 326 | 328 | margin-bottom: 20px; |
| 327 | 329 | } |
| 328 | 330 | |
| 329 | -#content .main-block .block-inner-1 .formfield { | |
| 331 | +#content .main-block .block-inner-1 form .formfield { | |
| 330 | 332 | margin-bottom: 5px; |
| 331 | 333 | } |
| 332 | 334 | |
| 333 | -#content #main-content-wrapper-1 .formfieldline, | |
| 334 | -#content #main-content-wrapper-1 #software-name-field, | |
| 335 | -#content .main-block .block-inner-1 .formfieldline, | |
| 336 | -#content .main-block .block-inner-1 #software-name-field { | |
| 335 | +#content #main-content-wrapper-1 form .formfieldline, | |
| 336 | +#content #main-content-wrapper-1 form #software-name-field, | |
| 337 | +#content .main-block .block-inner-1 form .formfieldline, | |
| 338 | +#content .main-block .block-inner-1 form #software-name-field { | |
| 337 | 339 | padding: 0; |
| 338 | 340 | margin-top: 0; |
| 339 | 341 | } |
| 340 | 342 | |
| 341 | -#content #main-content-wrapper-1 #community_name { | |
| 343 | +#content #main-content-wrapper-1 form #community_name { | |
| 342 | 344 | width: 100%; |
| 343 | 345 | } |
| 344 | 346 | |
| 345 | -#content #main-content-wrapper-1 input[type="text"], | |
| 346 | -#content .main-block .block-inner-1 input[type="text"] { | |
| 347 | +#content #main-content-wrapper-1 form input[type="text"], | |
| 348 | +#content .main-block .block-inner-1 form input[type="text"] { | |
| 347 | 349 | width: 100%; |
| 348 | 350 | padding: 8px 0; |
| 349 | 351 | font-size: 15px; |
| ... | ... | @@ -360,7 +362,7 @@ margin:10px; |
| 360 | 362 | font-style: italic; |
| 361 | 363 | } |
| 362 | 364 | |
| 363 | -#content #main-content-wrapper-1 .formfield.type-file input, | |
| 365 | +#content #main-content-wrapper-1 form .formfield.type-file input, | |
| 364 | 366 | .formfield.type-file input { |
| 365 | 367 | font-size: 15px; |
| 366 | 368 | text-indent: 0; |
| ... | ... | @@ -369,68 +371,73 @@ margin:10px; |
| 369 | 371 | color: #172738; |
| 370 | 372 | } |
| 371 | 373 | |
| 372 | -#content #main-content-wrapper-1 .formfield.type-file input{ | |
| 374 | +#content #main-content-wrapper-1 form .formfield.type-file input{ | |
| 373 | 375 | box-sizing: border-box; |
| 374 | 376 | } |
| 375 | 377 | |
| 376 | 378 | |
| 377 | -#content #main-content-wrapper-1 #community-join-before input[type="radio"], | |
| 378 | -#content #main-content-wrapper-1 #community-join-after input[type="radio"] { | |
| 379 | +#content #main-content-wrapper-1 form #create_enterprise_identifier{ | |
| 380 | + width: 50%; | |
| 381 | +} | |
| 382 | + | |
| 383 | + | |
| 384 | +#content #main-content-wrapper-1 form #community-join-before input[type="radio"], | |
| 385 | +#content #main-content-wrapper-1 form #community-join-after input[type="radio"] { | |
| 379 | 386 | top: 3px; |
| 380 | 387 | position: relative; |
| 381 | 388 | } |
| 382 | 389 | |
| 383 | -#content #main-content-wrapper-1 #community-join-before div, | |
| 384 | -#content #main-content-wrapper-1 #community-join-after div { | |
| 390 | +#content #main-content-wrapper-1 form #community-join-before div, | |
| 391 | +#content #main-content-wrapper-1 form #community-join-after div { | |
| 385 | 392 | margin-left: 20px !important; |
| 386 | 393 | } |
| 387 | 394 | |
| 388 | -#content #main-content-wrapper-1 #community-join-before div { | |
| 395 | +#content #main-content-wrapper-1 form #community-join-before div { | |
| 389 | 396 | margin-bottom: 8px; |
| 390 | 397 | } |
| 391 | 398 | |
| 392 | -#content #main-content-wrapper-1 #community-join-after div { | |
| 399 | +#content #main-content-wrapper-1 form #community-join-after div { | |
| 393 | 400 | margin-bottom: 20px; |
| 394 | 401 | } |
| 395 | 402 | |
| 396 | -#content #main-content-wrapper-1 #template-options { | |
| 403 | +#content #main-content-wrapper-1 form #template-options { | |
| 397 | 404 | margin-top: 0 !important; |
| 398 | 405 | margin-bottom: 30px; |
| 399 | 406 | } |
| 400 | 407 | |
| 401 | -#content #main-content-wrapper-1 #template-options .formlabel { | |
| 408 | +#content #main-content-wrapper-1 form #template-options .formlabel { | |
| 402 | 409 | padding: 0; |
| 403 | 410 | } |
| 404 | 411 | |
| 405 | -#content #main-content-wrapper-1 #template-options p, | |
| 406 | -#content #main-content-wrapper-1 #template-options ul { | |
| 412 | +#content #main-content-wrapper-1 form #template-options p, | |
| 413 | +#content #main-content-wrapper-1 form #template-options ul { | |
| 407 | 414 | margin: 0 0 8px 0 !important; |
| 408 | 415 | padding: 0 !important; |
| 409 | 416 | } |
| 410 | 417 | |
| 411 | -#content #main-content-wrapper-1 #template-options ul li { | |
| 418 | +#content #main-content-wrapper-1 form #template-options ul li { | |
| 412 | 419 | margin-bottom: 8px; |
| 413 | 420 | clear: both; |
| 414 | 421 | } |
| 415 | 422 | |
| 416 | -#content #main-content-wrapper-1 #template-options ul li label { | |
| 423 | +#content #main-content-wrapper-1 form #template-options ul li label { | |
| 417 | 424 | left: 6px; |
| 418 | 425 | font-weight: normal; |
| 419 | 426 | padding-right: 17px; |
| 420 | 427 | position: relative; |
| 421 | 428 | } |
| 422 | 429 | |
| 423 | -#content #main-content-wrapper-1 #template-options ul li input { | |
| 430 | +#content #main-content-wrapper-1 form #template-options ul li input { | |
| 424 | 431 | display: block; |
| 425 | 432 | float: left; |
| 426 | 433 | margin-top: 4px; |
| 427 | 434 | margin-bottom: 15px; |
| 428 | 435 | } |
| 429 | 436 | |
| 430 | -#content #main-content-wrapper-1 .button-bar .button.submit, | |
| 431 | -#content #main-content-wrapper-1 .button-bar .button.with-text, | |
| 432 | -#content .main-block .block-inner-1 .button-bar .button.submit, | |
| 433 | -#content .main-block .block-inner-1 .button-bar .button.with-text { | |
| 437 | +#content #main-content-wrapper-1 form .button-bar .button.submit, | |
| 438 | +#content #main-content-wrapper-1 form .button-bar .button.with-text, | |
| 439 | +#content .main-block .block-inner-1 form .button-bar .button.submit, | |
| 440 | +#content .main-block .block-inner-1 form .button-bar .button.with-text { | |
| 434 | 441 | margin-right: 10px; |
| 435 | 442 | background-image: none; |
| 436 | 443 | padding: 7px 12px; |
| ... | ... | @@ -443,79 +450,79 @@ margin:10px; |
| 443 | 450 | text-align: center; |
| 444 | 451 | } |
| 445 | 452 | |
| 446 | -#content #main-content-wrapper-1 .button-bar .button.submit, | |
| 447 | -#content .main-block .block-inner-1 .button-bar .button.submit { | |
| 453 | +#content #main-content-wrapper-1 form .button-bar .button.submit, | |
| 454 | +#content .main-block .block-inner-1 form .button-bar .button.submit { | |
| 448 | 455 | min-height: 36px; |
| 449 | 456 | } |
| 450 | 457 | |
| 451 | -#content #main-content-wrapper-1 .button-bar .button.submit:hover, | |
| 452 | -#content #main-content-wrapper-1 .button-bar .button.with-text:hover, | |
| 453 | -#content .main-block .block-inner-1 .button-bar .button.submit:hover, | |
| 454 | -#content .main-block .block-inner-1 .button-bar .button.with-text:hover { | |
| 458 | +#content #main-content-wrapper-1 form .button-bar .button.submit:hover, | |
| 459 | +#content #main-content-wrapper-1 form .button-bar .button.with-text:hover, | |
| 460 | +#content .main-block .block-inner-1 form .button-bar .button.submit:hover, | |
| 461 | +#content .main-block .block-inner-1 form .button-bar .button.with-text:hover { | |
| 455 | 462 | background: #5E82C6; |
| 456 | 463 | } |
| 457 | 464 | |
| 458 | -#content #main-content-wrapper-1 .button-bar .icon-save, | |
| 459 | -#content .main-block .block-inner-1 .icon-save { | |
| 465 | +#content #main-content-wrapper-1 form .button-bar .icon-save, | |
| 466 | +#content .main-block .block-inner-1 form .icon-save { | |
| 460 | 467 | min-width: 100px; |
| 461 | 468 | } |
| 462 | 469 | |
| 463 | -#content #main-content-wrapper-1 .button-bar .icon-cancel, | |
| 464 | -#content .main-block .block-inner-1 .icon-cancel { | |
| 470 | +#content #main-content-wrapper-1 form .button-bar .icon-cancel, | |
| 471 | +#content .main-block .block-inner-1 form .icon-cancel { | |
| 465 | 472 | min-width: 80px; |
| 466 | 473 | } |
| 467 | 474 | |
| 468 | -#content #main-content-wrapper-1 .button-bar .icon-save, | |
| 469 | -#content .main-block .block-inner-1 .button-bar .icon-save { | |
| 475 | +#content #main-content-wrapper-1 form .button-bar .icon-save, | |
| 476 | +#content .main-block .block-inner-1 form .button-bar .icon-save { | |
| 470 | 477 | background-color: #3867B7; |
| 471 | 478 | border: 1px solid #3867B7; |
| 472 | 479 | color: #FFF; |
| 473 | 480 | } |
| 474 | 481 | |
| 475 | -#content .main-block .block-inner-1 .button-bar .icon-remove { | |
| 482 | +#content .main-block .block-inner-1 form .button-bar .icon-remove { | |
| 476 | 483 | color: #C0392B; |
| 477 | 484 | border: 1px solid #C0392B; |
| 478 | 485 | } |
| 479 | 486 | |
| 480 | -#content .main-block .block-inner-1 .button-bar .icon-remove:hover { | |
| 487 | +#content .main-block .block-inner-1 form .button-bar .icon-remove:hover { | |
| 481 | 488 | color: #FFF; |
| 482 | 489 | background: #E74C3C !important; |
| 483 | 490 | } |
| 484 | 491 | |
| 485 | -#content #main-content-wrapper-1 .button-bar .icon-cancel, | |
| 486 | -#content .main-block .block-inner-1 .button-bar .icon-cancel, | |
| 487 | -#content .main-block .block-inner-1 .button-bar .icon-back { | |
| 492 | +#content #main-content-wrapper-1 form .button-bar .icon-cancel, | |
| 493 | +#content .main-block .block-inner-1 form .button-bar .icon-cancel, | |
| 494 | +#content .main-block .block-inner-1 form .button-bar .icon-back { | |
| 488 | 495 | color: #3867B7; |
| 489 | 496 | border: 1px solid #3867B7; |
| 490 | 497 | } |
| 491 | 498 | |
| 492 | -#content #main-content-wrapper-1 .button-bar .icon-cancel:hover, | |
| 493 | -#content .main-block .block-inner-1 .button-bar .icon-cancel:hover, | |
| 494 | -#content .main-block .block-inner-1 .button-bar .icon-back:hover { | |
| 499 | +#content #main-content-wrapper-1 form .button-bar .icon-cancel:hover, | |
| 500 | +#content .main-block .block-inner-1 form .button-bar .icon-cancel:hover, | |
| 501 | +#content .main-block .block-inner-1 form .button-bar .icon-back:hover { | |
| 495 | 502 | color: #FFF; |
| 496 | 503 | } |
| 497 | 504 | |
| 498 | -#content #main-content-wrapper-1 .software-step-info h3, | |
| 499 | -#content .main-block .block-inner-1 .software-step-info h3 { | |
| 505 | +#content #main-content-wrapper-1 form .software-step-info h3, | |
| 506 | +#content .main-block .block-inner-1 form .software-step-info h3 { | |
| 500 | 507 | font-family: 'Open Sans', Arial, Helvetica, sans-serif; |
| 501 | 508 | text-transform: uppercase; |
| 502 | 509 | margin: 0 0 20px 0; |
| 503 | 510 | } |
| 504 | 511 | |
| 505 | -#content #main-content-wrapper-1 .software-step-info .current-step h3, | |
| 506 | -#content .main-block .block-inner-1 .software-step-info .current-step h3 { | |
| 512 | +#content #main-content-wrapper-1 form .software-step-info .current-step h3, | |
| 513 | +#content .main-block .block-inner-1 form .software-step-info .current-step h3 { | |
| 507 | 514 | font-size: 16px !important; |
| 508 | 515 | color: #FF0066; |
| 509 | 516 | } |
| 510 | 517 | |
| 511 | -#content #main-content-wrapper-1 .software-step-info .another-step h3, | |
| 512 | -#content .main-block .block-inner-1 .software-step-info .another-step h3 { | |
| 518 | +#content #main-content-wrapper-1 form .software-step-info .another-step h3, | |
| 519 | +#content .main-block .block-inner-1 form .software-step-info .another-step h3 { | |
| 513 | 520 | font-size: 12px !important; |
| 514 | 521 | color: rgba(0, 0, 0, 0.2); |
| 515 | 522 | } |
| 516 | 523 | |
| 517 | 524 | |
| 518 | -#content #main-content-wrapper-1 #software-hostname { | |
| 525 | +#content #main-content-wrapper-1 form #software-hostname { | |
| 519 | 526 | border-radius: 4px; |
| 520 | 527 | padding: 7px 10px; |
| 521 | 528 | float: left; |
| ... | ... | @@ -528,7 +535,7 @@ margin:10px; |
| 528 | 535 | background: #ECEDF1; |
| 529 | 536 | } |
| 530 | 537 | |
| 531 | -#content #main-content-wrapper-1 textarea { | |
| 538 | +#content #main-content-wrapper-1 form textarea { | |
| 532 | 539 | width: 100%; |
| 533 | 540 | box-sizing: border-box; |
| 534 | 541 | border-radius: 4px; |
| ... | ... | @@ -538,19 +545,16 @@ margin:10px; |
| 538 | 545 | min-height: 150px; |
| 539 | 546 | } |
| 540 | 547 | |
| 541 | -#content #main-content-wrapper-1 #community_name { | |
| 542 | - width: 53%; | |
| 543 | -} | |
| 544 | 548 | |
| 545 | -#content #main-content-wrapper-1 .formfieldline { | |
| 549 | +#content #main-content-wrapper-1 form .formfieldline { | |
| 546 | 550 | margin-bottom: 20px; |
| 547 | 551 | } |
| 548 | 552 | |
| 549 | -#content #main-content-wrapper-1 .formfieldline h4 { | |
| 553 | +#content #main-content-wrapper-1 form .formfieldline h4 { | |
| 550 | 554 | margin: 0 0 5px 0; |
| 551 | 555 | } |
| 552 | 556 | |
| 553 | -#content #main-content-wrapper-1 .formfieldline select { | |
| 557 | +#content #main-content-wrapper-1 form .formfieldline select { | |
| 554 | 558 | margin-bottom: 20px; |
| 555 | 559 | } |
| 556 | 560 | |
| ... | ... | @@ -589,4 +593,295 @@ margin:10px; |
| 589 | 593 | #category-ajax-selector .label { |
| 590 | 594 | font-size: 15px; |
| 591 | 595 | } |
| 592 | -*/ | |
| 593 | 596 | \ No newline at end of file |
| 597 | +*/ | |
| 598 | + | |
| 599 | + | |
| 600 | +body #content .main-block h1 { | |
| 601 | + color: #172738; | |
| 602 | +} | |
| 603 | + | |
| 604 | +.main-block form { | |
| 605 | + font-size: 14px; | |
| 606 | + color: #172738; | |
| 607 | +} | |
| 608 | + | |
| 609 | +.main-block form p .required-field, | |
| 610 | +.main-block p .required-field, | |
| 611 | +.main-block .atention { | |
| 612 | + padding: 15px 20px; | |
| 613 | + margin: 20px 0 30px 0; | |
| 614 | + border: 1px dotted #ccc; | |
| 615 | + border-radius: 3px; | |
| 616 | + display: block; | |
| 617 | + background: #fff; | |
| 618 | + line-height: 20px; | |
| 619 | + font-size: 13px; | |
| 620 | +} | |
| 621 | + | |
| 622 | +.main-block form p .required-field, | |
| 623 | +.main-block p .required-field { | |
| 624 | + border-left: 5px solid #FF0366; | |
| 625 | +} | |
| 626 | + | |
| 627 | +.main-block .atention { | |
| 628 | + border-left: 5px solid #F1C40F; | |
| 629 | +} | |
| 630 | + | |
| 631 | +.main-block form .required-field .pseudoformlabel, | |
| 632 | +.main-block form .required-field label.formlabel:after { | |
| 633 | + color: #FF0366; | |
| 634 | + font-weight: 500; | |
| 635 | +} | |
| 636 | + | |
| 637 | +.main-block form .formlabel { | |
| 638 | + display: inline-block; | |
| 639 | + max-width: 100%; | |
| 640 | + margin-bottom: 5px; | |
| 641 | + color: #172738; | |
| 642 | +} | |
| 643 | + | |
| 644 | +.main-block form input[type="text"] { | |
| 645 | + display: block; | |
| 646 | + height: 34px; | |
| 647 | + padding: 6px; | |
| 648 | + border: 1px solid #ccc; | |
| 649 | + border-radius: 4px; | |
| 650 | + width: auto; | |
| 651 | + font-size: 15px; | |
| 652 | + font-family: arial, helvetica; | |
| 653 | +} | |
| 654 | + | |
| 655 | +.main-block form .formfield input[type="file"] { | |
| 656 | + border: none; | |
| 657 | + padding: 0; | |
| 658 | + text-indent: 0; | |
| 659 | + font-size: 14px; | |
| 660 | +} | |
| 661 | + | |
| 662 | + | |
| 663 | +.main-block form #community-join-before div, | |
| 664 | +.main-block form #community-join-after div { | |
| 665 | + margin-left: 20px !important; | |
| 666 | +} | |
| 667 | + | |
| 668 | +.main-block form #community-join-before input, | |
| 669 | +.main-block form #community-join-after input { | |
| 670 | + position: relative; | |
| 671 | + top: 3px; | |
| 672 | +} | |
| 673 | + | |
| 674 | +#content .main-block form .button-bar { | |
| 675 | + margin-top: 30px; | |
| 676 | + clear: both; | |
| 677 | +} | |
| 678 | + | |
| 679 | +body #content .main-block form .button-bar input, | |
| 680 | +body #content .main-block form .button-bar a.button{ | |
| 681 | + background-image: none; | |
| 682 | + border: 0; | |
| 683 | + margin-right: 10px; | |
| 684 | + display: inline-block; | |
| 685 | + width: 100px; | |
| 686 | + text-align: center; | |
| 687 | +} | |
| 688 | + | |
| 689 | +body #content .main-block form .button-bar .icon-back { | |
| 690 | + width: 150px !important; | |
| 691 | +} | |
| 692 | + | |
| 693 | +#content .main-block form .button-bar input { | |
| 694 | + padding: 2px 0; | |
| 695 | + color: #FFF; | |
| 696 | + font-size: 15px; | |
| 697 | + background: #2C66CE; | |
| 698 | +} | |
| 699 | + | |
| 700 | +body #content .main-block form .button-bar input:hover { | |
| 701 | + background: #5E82C6; | |
| 702 | +} | |
| 703 | + | |
| 704 | +body #content .main-block form .button-bar a.button { | |
| 705 | + padding: 1px 0 0 0; | |
| 706 | + height: 0; | |
| 707 | + line-height: auto; | |
| 708 | + color: #2C66CE; | |
| 709 | + font-size: 14px; | |
| 710 | + border: 1px solid #2C66CE; | |
| 711 | + height: 29px; | |
| 712 | +} | |
| 713 | + | |
| 714 | +body #content .main-block form .button-bar a.button:hover { | |
| 715 | + background: none; | |
| 716 | + border-color: #5E82C6; | |
| 717 | + color: #5E82C6; | |
| 718 | +} | |
| 719 | + | |
| 720 | +body #content .main-block #delete-profile a { | |
| 721 | + border-color: #C0392B; | |
| 722 | + color: #C0392B; | |
| 723 | +} | |
| 724 | + | |
| 725 | +#content .main-block .errorExplanation { | |
| 726 | + padding: 20px 10px 20px 65px; | |
| 727 | + background: #fdedeb; | |
| 728 | + margin: 20px 0 30px 0; | |
| 729 | + border-radius: 4px; | |
| 730 | + color: #172738; | |
| 731 | + position: relative; | |
| 732 | + border: 1px dotted #fad9d6; | |
| 733 | +} | |
| 734 | + | |
| 735 | +#content .main-block .errorExplanation h2 { | |
| 736 | + background: none; | |
| 737 | + font-size: 16px !important; | |
| 738 | + text-align: left; | |
| 739 | + margin-bottom: 5px; | |
| 740 | + font-weight: 700; | |
| 741 | + color: #172738; | |
| 742 | +} | |
| 743 | + | |
| 744 | +#content .main-block .errorExplanation:before { | |
| 745 | + font-family: FontAwesome; | |
| 746 | + font-style: normal; | |
| 747 | + font-weight: normal; | |
| 748 | + text-decoration: inherit; | |
| 749 | + position: absolute; | |
| 750 | +} | |
| 751 | + | |
| 752 | +#content .main-block .errorExplanation:before { | |
| 753 | + left: 20px; | |
| 754 | + top: 13px; | |
| 755 | + vertical-align: middle; | |
| 756 | + font-size: 24px; | |
| 757 | + content: "\f12a"; | |
| 758 | + color: #fff; | |
| 759 | + background: #e74c3c; | |
| 760 | + border-radius: 50%; | |
| 761 | + width: 32px; | |
| 762 | + height: 27px; | |
| 763 | + text-align: center; | |
| 764 | + padding-top: 5px; | |
| 765 | +} | |
| 766 | + | |
| 767 | +#content .main-block .errorExplanation ul li { | |
| 768 | + list-style: circle; | |
| 769 | + font-size: 14px; | |
| 770 | + margin: 0 0 4px 17px; | |
| 771 | +} | |
| 772 | + | |
| 773 | +#content .main-block .formfieldline .formfield code { | |
| 774 | + display: block; | |
| 775 | + height: 30px; | |
| 776 | + padding: 2px 6px 2px 10px; | |
| 777 | + border: 1px solid #ccc; | |
| 778 | + border-radius: 4px; | |
| 779 | + width: 70%; | |
| 780 | +} | |
| 781 | + | |
| 782 | +#content .main-block .formfieldline .formfield code * { | |
| 783 | + display: inline; | |
| 784 | +} | |
| 785 | + | |
| 786 | +#content .main-block .formfieldline .formfield code input { | |
| 787 | + width: 47%; | |
| 788 | + border: none; | |
| 789 | + padding-left: 0; | |
| 790 | +} | |
| 791 | + | |
| 792 | +#content .main-block #template-options p required-field{ | |
| 793 | + padding-left: 0 !important; | |
| 794 | + font-size: 13px; | |
| 795 | +} | |
| 796 | + | |
| 797 | +.main-block form #template-options p, | |
| 798 | +.main-block form #template-options ul { | |
| 799 | + margin-left: 0 !important; | |
| 800 | + padding-left: 0 !important; | |
| 801 | +} | |
| 802 | + | |
| 803 | +.main-block form #template-options ul li { | |
| 804 | + margin-bottom: 2px; | |
| 805 | +} | |
| 806 | + | |
| 807 | +.main-block form #template-options ul li input{ | |
| 808 | + margin-right: 5px; | |
| 809 | + position: relative; | |
| 810 | + top: 1px; | |
| 811 | +} | |
| 812 | + | |
| 813 | +.main-block form #profile-is-template { | |
| 814 | + background: none; | |
| 815 | +} | |
| 816 | + | |
| 817 | +.main-block form #profile-is-template input { | |
| 818 | + margin-right: 2px; | |
| 819 | + border: none; | |
| 820 | + padding: 0; | |
| 821 | +} | |
| 822 | + | |
| 823 | +.main-block form #profile-is-template { | |
| 824 | + border:none; | |
| 825 | + margin-bottom: 10px; | |
| 826 | +} | |
| 827 | + | |
| 828 | +.main-block form #profile-is-template input { | |
| 829 | + position: relative; | |
| 830 | + top: 2px; | |
| 831 | +} | |
| 832 | + | |
| 833 | +.main-block form #profile-is-template label { | |
| 834 | + margin-left: 2px; | |
| 835 | +} | |
| 836 | + | |
| 837 | +#content .main-block form h2 { | |
| 838 | + font-size: 18px !important; | |
| 839 | + font-weight: 700; | |
| 840 | + margin-top: 20px; | |
| 841 | +} | |
| 842 | + | |
| 843 | +#content .main-block form #profile_data_closed_true, | |
| 844 | +#content .main-block form #profile_data_closed_false { | |
| 845 | + position: relative; | |
| 846 | + top: 2px; | |
| 847 | +} | |
| 848 | + | |
| 849 | +#content .main-block form #profile_change_picture .formfieldline { | |
| 850 | + font-size: 13px; | |
| 851 | + font-style: italic; | |
| 852 | +} | |
| 853 | + | |
| 854 | +#content .main-block form #profile_change_picture { | |
| 855 | + padding: 0 15px 15px 15px; | |
| 856 | + border: 1px dotted #ddd; | |
| 857 | + margin-top: 10px; | |
| 858 | +} | |
| 859 | + | |
| 860 | +#content .main-block form #profile_change_picture .button { | |
| 861 | + padding: 3px 8px; | |
| 862 | + color: #FFF; | |
| 863 | + font-size: 14px; | |
| 864 | + background: #2C66CE; | |
| 865 | + border: 0; | |
| 866 | + font-style: normal; | |
| 867 | +} | |
| 868 | + | |
| 869 | +#content .main-block form #profile_change_picture .button:hover { | |
| 870 | + background: #5E82C6; | |
| 871 | +} | |
| 872 | + | |
| 873 | +#content .main-block form .type-img { | |
| 874 | + padding: 0; | |
| 875 | +} | |
| 876 | + | |
| 877 | +#content .main-block form #profile_change_picture br { | |
| 878 | + height: 1px; | |
| 879 | + display: block; | |
| 880 | +} | |
| 881 | + | |
| 882 | +#category-ajax-selector { | |
| 883 | + border-style: dotted; | |
| 884 | +} | |
| 885 | + | |
| 886 | +#category-ajax-selector .label { | |
| 887 | + font-size: 14px; | |
| 888 | +}e | |
| 594 | 889 | \ No newline at end of file | ... | ... |
style.css
| ... | ... | @@ -40,7 +40,7 @@ |
| 40 | 40 | |
| 41 | 41 | @import url(../../icons/tango/style.css); |
| 42 | 42 | |
| 43 | -/****************** Font awesome ****s****************/ | |
| 43 | +/****************** Font awesome ******************/ | |
| 44 | 44 | @import url(font-awesome.min.css); |
| 45 | 45 | |
| 46 | 46 | /* - css/main.css - */ |
| ... | ... | @@ -2888,4 +2888,4 @@ div.software-step-info div.current-step h3 { |
| 2888 | 2888 | |
| 2889 | 2889 | #content .main-block div.software-step-info div.another-step h3 { |
| 2890 | 2890 | font-size: 12px !important; |
| 2891 | -} | |
| 2892 | 2891 | \ No newline at end of file |
| 2892 | +} | ... | ... |