update flow css
@ -33,11 +33,16 @@ v\:group,v\:rect,v\:imagedata,v\:oval,v\:line,v\:polyline,v\:stroke,v\:textbox{d
|
||||
.GooFlow_work v\:group v\:polyline{overflow:visible}
|
||||
.GooFlow_work v\:group div{cursor:text;position:absolute;overflow:visible;display:inline;float:left;white-space: nowrap}
|
||||
.GooFlow_work .draw{color:#ff3300}
|
||||
.GooFlow_item{position:absolute;background-color:white;border:#A8A8A8 solid 1px;border-radius:10px;box-shadow:2px 2px 19px #e0e0e0;margin:0px;}
|
||||
.GooFlow_item:hover{border:#4A5B79 1px solid;box-shadow:2px 2px 19px #444;opacity:0.9;}
|
||||
.GooFlow table{padding:0px;margin:0px;border-radius:10px;}
|
||||
.GooFlow td{vertical-align:middle;text-align:center;padding:0px;cursor:default;word-wrap: break-word;word-break:break-all;}
|
||||
.GooFlow .ico{width:48px;cursor:move}
|
||||
|
||||
.GooFlow_item{
|
||||
position:absolute;background:#A1DCEB;border:#A1DCEB solid 1px;
|
||||
border-radius:3px;background-color:#C1DCFC;box-shadow:1px 1px 2px rgba(99,99,99,2);
|
||||
}
|
||||
.GooFlow table{padding:1px;border-radius:2px}
|
||||
.GooFlow td{ vertical-align:middle;text-align:center;padding:0px;cursor:default;word-wrap:break-word;word-break:break-all}
|
||||
.GooFlow .ico{width:18px;cursor:move}
|
||||
.GooFlow i{display:block;width:18px;height:18px;overflow:hidden}
|
||||
|
||||
.GooFlow b{display:block;width:48px;height:48px;overflow:hidden;}
|
||||
.GooFlow .item_startround{background:#5CCB41;width:52px;height:52px;border:#5e8800 solid 1px;overflow:visible}
|
||||
.GooFlow .item_startround table{border:0px;padding:2px;width:50px;height:50px;}
|
||||
|
Before Width: | Height: | Size: 4.4 KiB After Width: | Height: | Size: 2.8 KiB |
Before Width: | Height: | Size: 46 KiB After Width: | Height: | Size: 2.0 KiB |
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 4.7 KiB |
Before Width: | Height: | Size: 45 KiB After Width: | Height: | Size: 2.2 KiB |
Before Width: | Height: | Size: 45 KiB After Width: | Height: | Size: 2.3 KiB |
Before Width: | Height: | Size: 48 KiB After Width: | Height: | Size: 2.1 KiB |
Before Width: | Height: | Size: 49 KiB After Width: | Height: | Size: 2.9 KiB |
Before Width: | Height: | Size: 3.7 KiB After Width: | Height: | Size: 2.2 KiB |
Before Width: | Height: | Size: 44 KiB After Width: | Height: | Size: 2.1 KiB |
Before Width: | Height: | Size: 48 KiB After Width: | Height: | Size: 3.1 KiB |
BIN
OpenAuth.Mvc/Content/scripts/plugins/flow-ui/img/gooflow_bg.png
Normal file
After Width: | Height: | Size: 249 B |
After Width: | Height: | Size: 336 B |
After Width: | Height: | Size: 6.0 KiB |
After Width: | Height: | Size: 1.9 KiB |
BIN
OpenAuth.Mvc/Content/scripts/plugins/flow-ui/img/gooflow_tip.png
Normal file
After Width: | Height: | Size: 218 B |
@ -390,6 +390,11 @@
|
||||
<Content Include="Content\scripts\jqGrid\jquery.jqGrid.src.js" />
|
||||
<Content Include="Content\scripts\jqGrid\ui.jqgrid.css" />
|
||||
<Content Include="Content\scripts\jquery\jQuery-2.1.4.min.js" />
|
||||
<Content Include="Content\scripts\plugins\flow-ui\img\gooflow_bg.png" />
|
||||
<Content Include="Content\scripts\plugins\flow-ui\img\gooflow_btn_bg.png" />
|
||||
<Content Include="Content\scripts\plugins\flow-ui\img\gooflow_icon.png" />
|
||||
<Content Include="Content\scripts\plugins\flow-ui\img\gooflow_icon2.png" />
|
||||
<Content Include="Content\scripts\plugins\flow-ui\img\gooflow_tip.png" />
|
||||
<Content Include="Content\scripts\zTree\css\awesomeStyle\awesome.css" />
|
||||
<Content Include="Content\scripts\zTree\css\awesomeStyle\img\loading.gif" />
|
||||
<Content Include="Content\scripts\zTree\css\demo.css" />
|
||||
|