Commit ef49cf8fd3216768aba384205db0abce83ccae8d
Committed by
Eduardo Vital
1 parent
b11ca12d
Exists in
news_page_css
Reviewing manuals software page
Showing
2 changed files
with
39 additions
and
1 deletions
Show diff stats
pagina_software.css
... | ... | @@ -254,7 +254,7 @@ border: none; |
254 | 254 | background-position: center center; |
255 | 255 | background-repeat: no-repeat; |
256 | 256 | border: 1px solid #2C66CE; |
257 | - border-radius: 8px; | |
257 | + border-radius: 6px; | |
258 | 258 | display: block; |
259 | 259 | padding: 45px 45px 5px 10px; |
260 | 260 | float: left; | ... | ... |
style.css
... | ... | @@ -819,6 +819,7 @@ p { |
819 | 819 | .article-body ul { |
820 | 820 | list-style-position: inside; |
821 | 821 | list-style-type: disc; |
822 | + background-repeat: no-repeat; | |
822 | 823 | } |
823 | 824 | |
824 | 825 | .article-body ol { |
... | ... | @@ -2963,6 +2964,43 @@ div.software-step-info div.current-step h3 { |
2963 | 2964 | text-align: justify; |
2964 | 2965 | } |
2965 | 2966 | |
2967 | +#content .main-block #article #article-header, | |
2968 | +#content .main-block #article .folder-content .item-info { | |
2969 | + border-top: none; | |
2970 | + border-bottom: 1px solid #ccc; | |
2971 | + margin-bottom: -1px; | |
2972 | +} | |
2973 | + | |
2974 | +#content .main-block #article .folder-content .item-icon { | |
2975 | + background-image: url("images/download-mini_icon.png"); | |
2976 | + border-radius: 4px; | |
2977 | + margin-right: 0px; | |
2978 | + margin-top: 2px; | |
2979 | + padding: 45px 40px 4px 10px; | |
2980 | +} | |
2981 | + | |
2982 | +#content .main-block #article .folder-content .item-info { | |
2983 | + padding: 30px 20px 32px 0px; | |
2984 | +} | |
2985 | + | |
2986 | +#content .main-block #article .folder-content .item-info a { | |
2987 | + font-size: 18px; | |
2988 | + font-family: Arial; | |
2989 | + font-weight: 700; | |
2990 | + color: #172938; | |
2991 | + letter-spacing: -0.1px; | |
2992 | +} | |
2993 | + | |
2994 | +#content .main-block #article .folder-content .item-description { | |
2995 | + padding-left: 0px; | |
2996 | + margin-left: 65px; | |
2997 | +} | |
2998 | + | |
2999 | +#content .main-block #article .folder-content .item-date { | |
3000 | + padding-left: 0px; | |
3001 | + margin-left: 65px; | |
3002 | +} | |
3003 | + | |
2966 | 3004 | .action-cms-upload_files #content .main-block .button-bar .icon-add { |
2967 | 3005 | color: #fff; |
2968 | 3006 | } | ... | ... |