// change layout dashboard flexible, add button change view module list normal favorite

This commit is contained in:
vKham
2012-01-30 17:26:28 +00:00
parent b47fcca12d
commit bf7acc1d11
21 changed files with 230 additions and 91 deletions
+5 -1
View File
@@ -49,6 +49,7 @@
}
#fancybox-overlay {
background-color :#000 !important;
position: absolute;
top: 0;
left: 0;
@@ -66,13 +67,16 @@
}
#fancybox-wrap {
background: none repeat scroll 0 0 rgb(255, 255, 255) !important;
background: none repeat scroll 0 0 rgba(255, 255, 255, 0.3) !important;
position: absolute;
top: 0;
left: 0;
padding: 20px;
padding: 8px;
z-index: 1101;
outline: none;
display: none;
border-radius:8px;
}
#fancybox-outer {