Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
noblogs-wp
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
39
Issues
39
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
ai
noblogs-wp
Commits
2d757f57
Commit
2d757f57
authored
Oct 04, 2012
by
lucha
Committed by
agata
Jul 01, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed css to handle heigth overflow
parent
cd170893
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
wp-content/plugins/privacy-share-buttons/css/socialshareprivacy.css
.../plugins/privacy-share-buttons/css/socialshareprivacy.css
+3
-3
No files found.
wp-content/plugins/privacy-share-buttons/css/socialshareprivacy.css
View file @
2d757f57
.social_share_privacy
{
width
:
100%
;}
.social_share_privacy_area
ul
{
position
:
relative
;}
.social_share_privacy_area
li
{
float
:
left
;
list-style-type
:
none
!important
;
list-style
:
none
!important
;}
.social_share_privacy
{
width
:
100%
;
heigth
:
25px
;
}
.social_share_privacy_area
ul
{
position
:
relative
;
heigth
:
25px
;
}
.social_share_privacy_area
li
{
float
:
left
;
heigth
:
25px
;
list-style-type
:
none
!important
;
list-style
:
none
!important
;}
.social_share_privacy_area
li
.dummy_btn
{
cursor
:
pointer
;}
/* Tooltips */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment