|
|
@@ -167,7 +167,7 @@ div.ux-taskbar div.x-toolbar {
|
|
|
padding: 8px;
|
|
|
margin: 8px;
|
|
|
width: 64px;
|
|
|
- float: left;
|
|
|
+ /* float: left; */
|
|
|
}
|
|
|
|
|
|
.ux-desktop-shortcut-icon {
|
|
|
@@ -188,10 +188,10 @@ div.ux-taskbar div.x-toolbar {
|
|
|
text-decoration: underline;
|
|
|
}
|
|
|
|
|
|
-.desktop-li{
|
|
|
- display:block;
|
|
|
- float:inherit
|
|
|
-}
|
|
|
+ .desktop-li{
|
|
|
+ display:inline-block;
|
|
|
+ float:left
|
|
|
+}
|
|
|
|
|
|
|
|
|
/*----------------------------------------------------
|
|
|
@@ -264,16 +264,16 @@ div.ux-taskbar div.x-toolbar {
|
|
|
background-image:url( ../images/grid.png ) !important;
|
|
|
}
|
|
|
.add {
|
|
|
- background-image:url(../../shared/icons/fam/add.gif) !important;
|
|
|
+ background-image:url(../images/icons/fam/add.gif) !important;
|
|
|
}
|
|
|
.option {
|
|
|
- background-image:url(../../shared/icons/fam/plugin.gif) !important;
|
|
|
+ background-image:url(../images/icons/fam/plugin.gif) !important;
|
|
|
}
|
|
|
.remove {
|
|
|
- background-image:url(../../shared/icons/fam/delete.gif) !important;
|
|
|
+ background-image:url(../images/icons/fam/delete.gif) !important;
|
|
|
}
|
|
|
.save {
|
|
|
- background-image:url(../../shared/icons/save.gif) !important;
|
|
|
+ background-image:url(../images/icons/save.gif) !important;
|
|
|
}
|
|
|
.accordion {
|
|
|
background-image:url(../images/accordian.gif) !important;
|
|
|
@@ -287,31 +287,31 @@ div.ux-taskbar div.x-toolbar {
|
|
|
*/
|
|
|
|
|
|
.user {
|
|
|
- background-image:url( ../../shared/icons/fam/user.gif ) !important;
|
|
|
+ background-image:url( ../images/icons/fam/user.gif ) !important;
|
|
|
}
|
|
|
|
|
|
.user-add {
|
|
|
- background-image:url(../../shared/icons/fam/user_add.gif) !important;
|
|
|
+ background-image:url(../images/icons/fam/user_add.gif) !important;
|
|
|
}
|
|
|
|
|
|
.user-delete {
|
|
|
- background-image:url(../../shared/icons/fam/user_delete.gif) !important;
|
|
|
+ background-image:url(../images/icons/fam/user_delete.gif) !important;
|
|
|
}
|
|
|
|
|
|
.connect {
|
|
|
- background-image:url(../../shared/icons/fam/connect.gif) !important;
|
|
|
+ background-image:url(../images/icons/fam/connect.gif) !important;
|
|
|
}
|
|
|
|
|
|
.user-girl {
|
|
|
- background-image:url(../../shared/icons/fam/user_female.gif) !important;
|
|
|
+ background-image:url(../images/icons/fam/user_female.gif) !important;
|
|
|
}
|
|
|
|
|
|
.user-kid {
|
|
|
- background-image:url(../../shared/icons/fam/user_green.gif) !important;
|
|
|
+ background-image:url(../images/icons/fam/user_green.gif) !important;
|
|
|
}
|
|
|
|
|
|
.user-suit {
|
|
|
- background-image:url(../../shared/icons/fam/user_suit.gif) !important;
|
|
|
+ background-image:url(../images/icons/fam/user_suit.gif) !important;
|
|
|
}
|
|
|
|
|
|
/*----------------------------------------------------
|