Private GIT

Skip to content
Snippets Groups Projects
Commit 2fe78dd6 authored by Toufik MECHOUET's avatar Toufik MECHOUET
Browse files

Add class in style to manage widget

parent 0b54c31c
No related branches found
No related tags found
No related merge requests found
...@@ -1024,6 +1024,15 @@ a.infobulle:hover {z-index:25;} ...@@ -1024,6 +1024,15 @@ a.infobulle:hover {z-index:25;}
//top: 139px; //top: 139px;
} }
/* Widget css */
.manageMoreViews {
display: block;
height: 20px;
width: 20px;
}
.more_views_disable {padding:2px 2px 3px 3px; background: url("../../img/icons/circle-down.png") no-repeat center scroll;}
.more_views_enable {padding:2px 2px 3px 3px; background: url("../../img/icons/circle-up.png") no-repeat center scroll;}
/* Widget pagination */ /* Widget pagination */
.pagination .current { .pagination .current {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment