From 22561cf84ef741968c2784eb32a3c64c4cc35acc Mon Sep 17 00:00:00 2001 From: Álvaro Fernando Date: Thu, 20 Aug 2015 17:19:01 -0300 Subject: [PATCH] Passing CSS rules from plugin to theme --- css/software-catalog-page.css | 38 ++++++++++++++++++++++++++++++++++++-- css/software-pages.css | 2 +- 2 files changed, 37 insertions(+), 3 deletions(-) diff --git a/css/software-catalog-page.css b/css/software-catalog-page.css index 253cb32..987aa80 100644 --- a/css/software-catalog-page.css +++ b/css/software-catalog-page.css @@ -42,6 +42,7 @@ padding: 16px 0 10px 14px; color: #2C4B6B; font-family:"open_sansregular", Arial, Helvetica, sans-serif; + color: #2B51A8; font-weight: bold; font-size: 15px; text-transform: uppercase; @@ -79,9 +80,13 @@ max-height: 30px; margin: 14px; padding: 0 14px 0 14px; - background-color: #3E67B1; + background: #3E67B1; line-height: 14px; + border-radius: 4px; + color: #ffffff; text-transform: uppercase; + font-family: "open_sansbold",Arial,sans-serif; + font-size: 14px; } /* Filter options */ @@ -94,8 +99,11 @@ padding: 14px; background-color: #D3D6DE; border: none; + border-bottom-left-radius: 4px; + border-bottom-right-radius: 4px; font-size: 11px; text-align: right; + text-transform: uppercase; } .action-search-software_infos #filter-option-catalog-close { @@ -138,6 +146,7 @@ .action-search-software_infos #group-categories ul { font-family: Arial; font-size: 14px; + line-height: 31px; columns: 2; -webkit-columns: 2; -moz-columns: 2; @@ -155,6 +164,7 @@ font-weight: bold; font-size: 15px; font-family: Arial; + padding: 10px; } .action-search-software_infos #filter-catalog-software .project-software label { @@ -173,11 +183,24 @@ cursor: pointer; background-color: #3E67B1; font-size: 14px; - font-family:Arial; + font-family: Arial; + color: #ffffff; + border: 1px solid #2B65CD; + border-radius: 4px; + margin: 5px 0 0 5px; + padding: 5px 10px; } .action-search-software_infos button#close-filter-catalog { cursor:pointer; + float: right; + border: none; + background: none; + font-size: 12px; + margin-top: 5px; + color: #000; + text-transform: uppercase; + padding: 5px; } .action-search-software_infos button#close-filter-catalog:after { @@ -200,11 +223,22 @@ .action-search-software_infos #catalog-display-options #catalog-display-options-count{ padding: 45px 0 4px 0; + float: left; + width: 50%; } .action-search-software_infos #catalog-display-options #catalog-display-options-show-and-sort{ padding: 38px 0 5px 0; font-weight: bold; + float: left; + width: 50%; +} +.action-search-software_infos #catalog-display-options #catalog-display-options-sort, +.action-search-software_infos #catalog-display-options #catalog-display-options-show{ + position: relative; + float: left; + width: 50%; + text-align: right; } /*** Search Results ***/ diff --git a/css/software-pages.css b/css/software-pages.css index af109bb..f9c25be 100644 --- a/css/software-pages.css +++ b/css/software-pages.css @@ -43,7 +43,7 @@ background-color: #D3D6DE; border-top-left-radius: 8px; border-top-right-radius: 8px; - font-family: Arial; + font-family: "open_sansbold", Arial, Helvetica, sans-serif; margin: 0; color: #172738; font-size: 18px; -- libgit2 0.21.2