RM 1.1 Resource manager download button css

ugur

Member
Resource manager download button css
Hello
Normal state
img

How can I do this way
img

Thank you.
 
Hello
Solving this issue could not be reached exactly
https://xenforo.com/community/threads/useful-extra-css-content.76778/page-3
This code
Code:
.resource_description .resourceInfo .primaryLinks {
    float: right;
    margin-left: 60px;
    margin-top: 52px;
    min-width: 180px;
    position: absolute !important;
}
.resource_description .resourceTabs .extraLinks {
    margin-bottom: 15px;
}

.Responsive .resourceInfo .primaryLinks {
position: relative;
}

.resourceTabs .tabs {
  margin-top: 40px;
}
excellent full screen
http://prntscr.com/6smetm
but the screen is distorted when smaller
http://prntscr.com/6smemx
Does anyone have any suggestions
 
Top Bottom