Commit 5f531f87b8bd09a1373ec1e8a38b6c2ba7545663
1 parent
d4d62496
Exists in
master
and in
9 other branches
Temp adjusts on blog posts and software pages button and articles
Showing
1 changed file
with
54 additions
and
6 deletions
Show diff stats
style.css
@@ -2883,16 +2883,64 @@ div.software-step-info div.current-step h3 { | @@ -2883,16 +2883,64 @@ div.software-step-info div.current-step h3 { | ||
2883 | font-size: 12px !important; | 2883 | font-size: 12px !important; |
2884 | } | 2884 | } |
2885 | 2885 | ||
2886 | -<<<<<<< Updated upstream | ||
2887 | - | ||
2888 | /************************* MAIN PAGE REVIEW *******************************/ | 2886 | /************************* MAIN PAGE REVIEW *******************************/ |
2889 | 2887 | ||
2890 | #content ul li.news-call .title { | 2888 | #content ul li.news-call .title { |
2891 | font-weight: 700; | 2889 | font-weight: 700; |
2892 | padding-right: 0px; | 2890 | padding-right: 0px; |
2893 | } | 2891 | } |
2894 | -======= | ||
2895 | -#search-header{ | ||
2896 | - border: 1px solid red !important; | 2892 | + |
2893 | +/** Blog temporary adjusts**/ | ||
2894 | + | ||
2895 | +#content .blog-posts{ | ||
2896 | + margin-top: 0; | ||
2897 | +} | ||
2898 | + | ||
2899 | +#content .blog-post{ | ||
2900 | + background: none; | ||
2901 | +} | ||
2902 | + | ||
2903 | +#content .blog-post h1.title { | ||
2904 | + margin-top: 0 !important; | ||
2905 | +} | ||
2906 | + | ||
2907 | +#content .blog-post .publishing-info{ | ||
2908 | + border-top: 1px solid #D7D7D7; | ||
2909 | + padding-top: 25px; | ||
2910 | + margin-top: 25px; | ||
2911 | + font-size: 12px; | ||
2912 | + color: #2C66CE; | ||
2913 | + font-family: arial; | ||
2914 | +} | ||
2915 | + | ||
2916 | +#content .main-block .publishing-info a{ | ||
2917 | + color: #2C66CE; | ||
2918 | + font-family: arial; | ||
2919 | +} | ||
2920 | + | ||
2921 | +#content .main-content { | ||
2922 | + border: none; | ||
2923 | + box-shadow: none; | ||
2924 | +} | ||
2925 | + | ||
2926 | +#content .main-block .blog-post p { | ||
2927 | + text-align: justify; | ||
2928 | +} | ||
2929 | + | ||
2930 | +/** Software pages - temporary adjusts **/ | ||
2931 | + | ||
2932 | +.controller-content_viewer.profile-homepage #article hr{ | ||
2933 | + display: none; | ||
2934 | +} | ||
2935 | + | ||
2936 | +#content .main-block #article p{ | ||
2937 | + text-align: justify; | ||
2938 | +} | ||
2939 | + | ||
2940 | +.action-cms-upload_files #content .main-block .button-bar .icon-add { | ||
2941 | + color: #fff; | ||
2942 | +} | ||
2943 | + | ||
2944 | +.action-cms-upload_files #content .main-block .icon-add:before{ | ||
2945 | + display: none; | ||
2897 | } | 2946 | } |
2898 | ->>>>>>> Stashed changes |