From 1975e94320c80a0f7c7f67b723c983b450e7b329 Mon Sep 17 00:00:00 2001 From: simiaosimis Date: Wed, 10 Jun 2015 11:57:51 -0300 Subject: [PATCH] Pagination style --- cadastro.css | 115 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++----- style.css | 47 +++++++++++++++++++++++------------------------ 2 files changed, 133 insertions(+), 29 deletions(-) diff --git a/cadastro.css b/cadastro.css index 34fa9a1..d68d34b 100644 --- a/cadastro.css +++ b/cadastro.css @@ -15,6 +15,10 @@ width:90% !important; } +body #content .main-block form .icon-add{ + background-color: #2C66CE; +} + #signup-form .formfieldline, #signup-formfield-group { /*background-color:#E7E7E7;*/ /*colorir linhas especificas*/ @@ -602,7 +606,8 @@ body #content .main-block h1 { .main-block form { font-size: 14px; - color: #172738; + color: #231f20; + font-family: 'Open Sans', Arial, Helvetica, sans-serif; } .main-block form p .required-field, @@ -637,18 +642,19 @@ body #content .main-block h1 { display: inline-block; max-width: 100%; margin-bottom: 5px; - color: #172738; + color: #231f20; } .main-block form input[type="text"] { display: block; - height: 34px; + height: 19px; padding: 6px; border: 1px solid #ccc; border-radius: 4px; - width: auto; + width: 384px; font-size: 15px; font-family: arial, helvetica; + color: #585858; } .main-block form .formfield input[type="file"] { @@ -658,6 +664,11 @@ body #content .main-block h1 { font-size: 14px; } +#software_categories_fields label input{ + display: block; + padding-top: 10px; + vertical-align: middle; +} .main-block form #community-join-before div, .main-block form #community-join-after div { @@ -685,6 +696,98 @@ body #content .main-block form .button-bar a.button{ text-align: center; } +body #content .main-block form .icon-add{ + background-image: none; + border: 0; + padding: 0 10px 0 20px; + display: inline-block; + text-align: center; + color: #fff; + position: relative; +} + +body #content .main-block form .icon-add:before { + left: 6px; + vertical-align: middle; + font-size: 12px; + content: "\f067"; + color: #fff; + width: 10px; + height: 10px; + text-align: center; +} + +.dynamic-table{ + border: none; + font-family: 'Open Sans', Arial, Helvetica, sans-serif; +} + +.dynamic-table td{ + padding: 10px 0 0 0; + vertical-align: middle; + font-size: 14px; +} + +#operating_system_fields{ + width: 50%; +} + +.formfieldline label:first-child{ + font-weight: 500; + padding-right: 10px; +} + +.formfield{ + font-weight: 500; + padding-right: 10px; +} + +.formlabel{ + padding: 10px 0 5px 0; +} + +.formfieldline .type-file .type-file .formlabel { + display: none; +} + +.formfieldline h4{ + font-weight: 500; +} + +.formfieldline .formfieldline textarea{ + border: 1px solid #ccc; + color: #585858; + font-family: arial, helvetica; + font-size: 15px; + padding: 6px; +} + +#libraries_fields{ + padding-top: 20px; +} + +#software_categories_fields{ + padding-top: 20px; +} + +#software_categories_fields label{ + line-height: 30px; + vertical-align: middle; + padding-left: 2px; +} + +#software_categories_fields input{ + vertical-align: middle; +} + +#database__database_description_id, +#language__programming_language_id, +#license_info_version, +#operating_system__operating_system_name_id{ + padding: 5px 5px 5px 5px; +} + + body #content .main-block form .button-bar .icon-back { width: 150px !important; } @@ -696,6 +799,7 @@ body #content .main-block form .button-bar .icon-back { background: #2C66CE; } +body #content .main-block form .icon-add:hover, body #content .main-block form .button-bar input:hover { background: #5E82C6; } @@ -740,7 +844,8 @@ body #content .main-block #delete-profile a { color: #172738; } -#content .main-block .errorExplanation:before { +#content .main-block .errorExplanation:before, +body #content .main-block form .icon-add:before { font-family: FontAwesome; font-style: normal; font-weight: normal; diff --git a/style.css b/style.css index fce748b..976f02b 100644 --- a/style.css +++ b/style.css @@ -978,37 +978,30 @@ p { /*paginação*/ .pagination { + border-top: 0 none; } #content .pagination a { - background-image: url("images/bg-paginacao.png"); - background-repeat: no-repeat; - border-bottom: 0 none; - color: white; - display: inline-block; - font-size: 16px; - font-weight: bold; - height: 35px; - padding-top: 4px; - text-decoration: none; - width: 35px; + padding: 7px 11px 7px 11px; + border-radius: 4px; + margin-right: 4px; + letter-spacing: 0.6px; + color: #172738; + border: 1px solid #D3D6DE; } .pagination .current { - background: url("images/bg-paginacao-preto.png") no-repeat center top transparent; - background-repeat: no-repeat; - border-bottom: 0 none; - color: white; - display: inline-block; + background-color: #ECEDF1; + padding: 8px 11px 8px 11px; + border-radius: 4px; + margin-right: 4px; + font-family: Arial; + font-weight: 700; font-size: 16px; - font-weight: bold; - height: 35px; - padding-top: 4px; - text-decoration: none; - width: 35px; + border: 1px solid #D3D6DE; } -#content .pagination a.prev_page, +#content .pagination a.previous_page, #content .pagination a.next_page{ background-image: none; color: #888888; @@ -1018,7 +1011,7 @@ p { #content #article .pagination .next_page, -#content #article .pagination .prev_page{ +#content #article .pagination .previous_page{ background-image: none; color: #ccc; width: auto; @@ -2890,10 +2883,16 @@ div.software-step-info div.current-step h3 { font-size: 12px !important; } +<<<<<<< Updated upstream /************************* MAIN PAGE REVIEW *******************************/ #content ul li.news-call .title { font-weight: 700; padding-right: 0px; -} \ No newline at end of file +} +======= +#search-header{ + border: 1px solid red !important; +} +>>>>>>> Stashed changes -- libgit2 0.21.2