New networkmaps in progress... (Added some modifications to jquery dialogs)
Before Width: | Height: | Size: 447 B After Width: | Height: | Size: 446 B |
After Width: | Height: | Size: 316 B |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 472 B |
After Width: | Height: | Size: 319 B |
Before Width: | Height: | Size: 518 B After Width: | Height: | Size: 483 B |
After Width: | Height: | Size: 393 B |
After Width: | Height: | Size: 267 B |
After Width: | Height: | Size: 459 B |
|
@ -1312,7 +1312,7 @@ if (empty($list_networkmaps))
|
|||
$list_networkmaps = array();
|
||||
?>
|
||||
|
||||
<div id="dialog_node_edit" style="display: none; background-color: #e6e6e6;" title="<?php echo __('Edit node');?>">
|
||||
<div id="dialog_node_edit" style="display: none;" title="<?php echo __('Edit node');?>">
|
||||
<div style="text-align: left; width: 100%;">
|
||||
<?php
|
||||
|
||||
|
|
|
@ -105,17 +105,17 @@
|
|||
.context-menu-item.icon-cut { background-image: url(../../images/cut.png); }
|
||||
.context-menu-item.icon-copy { background-image: url(../../images/page_white_copy.png); }
|
||||
.context-menu-item.icon-paste { background-image: url(../../images/page_white_paste.png); }
|
||||
.context-menu-item.icon-delete { background-image: url(../../images/page_white_delete.png); }
|
||||
.context-menu-item.icon-delete { background-image: url(../../images/delete.png); }
|
||||
.context-menu-item.icon-add { background-image: url(../../images/page_white_add.png); }
|
||||
.context-menu-item.icon-quit { background-image: url(../../images/door.png); }
|
||||
.context-menu-item.icon-refresh { background-image: url(../../images/refresh.png); }
|
||||
.context-menu-item.icon-center { background-image: url(../../images/star.png); }
|
||||
.context-menu-item.icon-details { background-image: url(../../images/application.png); }
|
||||
.context-menu-item.icon-children { background-image: url(../../images/link_add.png); }
|
||||
.context-menu-item.icon-center { background-image: url(../../images/set_center.png); }
|
||||
.context-menu-item.icon-details { background-image: url(../../images/show_details.png); }
|
||||
.context-menu-item.icon-children { background-image: url(../../images/children.png); }
|
||||
.context-menu-item.icon-cancel_set_parent { background-image: url(../../images/link_delete.png); }
|
||||
.context-menu-item.icon-set_parent { background-image: url(../../images/link_go.png); }
|
||||
.context-menu-item.icon-set_parent { background-image: url(../../images/father.png); }
|
||||
.context-menu-item.icon-add_node { background-image: url(../../images/add.png); }
|
||||
.context-menu-item.icon-refresh_holding_area { background-image: url(../../images/category_col.png); }
|
||||
.context-menu-item.icon-refresh_holding_area { background-image: url(../../images/refresh_holding_area.png); }
|
||||
|
||||
/* vertically align inside labels */
|
||||
.context-menu-input > label > * { vertical-align: top; }
|
||||
|
|
|
@ -401,14 +401,14 @@ button.ui-button::-moz-focus-inner {
|
|||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
padding: .2em;
|
||||
/*padding: .2em;*/
|
||||
outline: 0;
|
||||
}
|
||||
.ui-dialog .ui-dialog-titlebar {
|
||||
padding: .4em 1em;
|
||||
padding-top: 5px;
|
||||
padding-bottom: 5px;
|
||||
margin: 3px;
|
||||
/*margin: 3px;*/
|
||||
position: relative;
|
||||
}
|
||||
.ui-dialog .ui-dialog-title {
|
||||
|
@ -1145,25 +1145,25 @@ body .ui-tooltip {
|
|||
.ui-corner-top,
|
||||
.ui-corner-left,
|
||||
.ui-corner-tl {
|
||||
border-top-left-radius: 4px;
|
||||
/*border-top-left-radius: 4px;*/
|
||||
}
|
||||
.ui-corner-all,
|
||||
.ui-corner-top,
|
||||
.ui-corner-right,
|
||||
.ui-corner-tr {
|
||||
border-top-right-radius: 4px;
|
||||
/*border-top-right-radius: 4px;*/
|
||||
}
|
||||
.ui-corner-all,
|
||||
.ui-corner-bottom,
|
||||
.ui-corner-left,
|
||||
.ui-corner-bl {
|
||||
border-bottom-left-radius: 4px;
|
||||
/*border-bottom-left-radius: 4px;*/
|
||||
}
|
||||
.ui-corner-all,
|
||||
.ui-corner-bottom,
|
||||
.ui-corner-right,
|
||||
.ui-corner-br {
|
||||
border-bottom-right-radius: 4px;
|
||||
/*border-bottom-right-radius: 4px;*/
|
||||
}
|
||||
|
||||
/* Overlays */
|
||||
|
|