Commit ee88394a0a8423099df975666c89d833dc7472f7

Authored by Álvaro Fernando Matos de Souza
1 parent 805895fc

Fixing the tabs in Edit Softawre page - #807

Signed-off-by: Álvaro Fernando <alvarofernandoms@gmail.com>
src/noosfero-spb/noosfero-spb-theme/css/edition-pages.css
... ... @@ -421,6 +421,46 @@ font-size: 10px;
421 421 padding: 0px;
422 422 }
423 423  
  424 +/* Edit Software tabs */
  425 +
  426 +.action-software_communities_plugin_myprofile-edit_software .main-content .ui-tabs {
  427 + border: none;
  428 +}
  429 +
  430 +.action-software_communities_plugin_myprofile-edit_software .main-content .ui-tabs .ui-tabs-nav {
  431 + margin: 0 0 0 1em;
  432 + padding: 0;
  433 + background: none;
  434 + color: #172738;
  435 + border: 0px solid #aaaaaa;
  436 + border-radius: 4px;
  437 + font-weight: bold;
  438 +}
  439 +
  440 +.action-software_communities_plugin_myprofile-edit_software .main-content .ui-widget-content .ui-state-default,
  441 +.action-software_communities_plugin_myprofile-edit_software .main-content .ui-widget-header .ui-state-default {
  442 + background: #d5d5d5 none;
  443 + color: #555555;
  444 + font-weight: normal;
  445 +}
  446 +
  447 +.action-software_communities_plugin_myprofile-edit_software .main-content .ui-widget-content .ui-state-active,
  448 +.action-software_communities_plugin_myprofile-edit_software .main-content .ui-widget-header .ui-state-active {
  449 + background: #FFFFFF;
  450 + color: #212121;
  451 + font-weight: normal;
  452 +}
  453 +
  454 +.action-software_communities_plugin_myprofile-edit_software .main-content .ui-tabs .ui-tabs-panel {
  455 + display: block;
  456 + padding: 1em 1.4em;
  457 + background-color: #FFFFFF;
  458 + color: #777;
  459 + border-width: 1px;
  460 + font-size: 13px;
  461 + text-decoration: none;
  462 +}
  463 +
424 464 /* new community form*/
425 465  
426 466 .action-memberships-new_community #content .main-block form input[type="text"] {
... ...