first commit
This commit is contained in:
35
web/css/backend/stSocialLinksPlugin.css
Normal file
35
web/css/backend/stSocialLinksPlugin.css
Normal file
@@ -0,0 +1,35 @@
|
||||
#social_links .label
|
||||
{
|
||||
float: left;
|
||||
padding-right: 10px;
|
||||
text-align: right;
|
||||
width: 300px;
|
||||
}
|
||||
|
||||
#social_links .label_text
|
||||
{
|
||||
float: right;
|
||||
padding-top: 5px;
|
||||
text-align: right;
|
||||
width: 70px;
|
||||
}
|
||||
|
||||
#social_links .label_image
|
||||
{
|
||||
float: right;
|
||||
margin-right: -7px !important;
|
||||
margin-top: 2px;
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
||||
#social_links .form-row
|
||||
{
|
||||
min-height: 40px;
|
||||
display: flex;
|
||||
flex-wrap: nowrap;
|
||||
flex-direction: row;
|
||||
justify-content: flex-start;
|
||||
align-items: center;
|
||||
align-content: center;
|
||||
width: 100%;
|
||||
}
|
||||
Reference in New Issue
Block a user