Merge branch 'master' of github.com:easysoft/zentaopms
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
$(function()
|
||||
{
|
||||
$('.main-actions-holder').css('height', '0px');
|
||||
var $xuanAction = "<div class='xuancard-actions fixed'>";
|
||||
$('.main-col div.main-actions .btn-toolbar a').each(function(){
|
||||
var $that = $(this);
|
||||
|
||||
@@ -3,3 +3,4 @@
|
||||
#mainMenu .btn{display:none;}
|
||||
#mainMenu .divider{display:none;}
|
||||
.main-actions{display:none;}
|
||||
#mainContent .cell{min-height: 420px}
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
$(function()
|
||||
{
|
||||
$('.main-actions-holder').css('height', '0px');
|
||||
var $xuanAction = "<div class='xuancard-actions fixed'>";
|
||||
$('.main-col div.main-actions .btn-toolbar a').each(function(){
|
||||
var $that = $(this);
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
$(function()
|
||||
{
|
||||
$('.main-actions-holder').css('height', '0px');
|
||||
var $xuanAction = "<div class='xuancard-actions fixed'>";
|
||||
$('.main-col div.main-actions .btn-toolbar a').each(function(){
|
||||
var $that = $(this);
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
$(function()
|
||||
{
|
||||
$('.main-actions-holder').css('height', '0px');
|
||||
var $xuanAction = "<div class='xuancard-actions fixed'>";
|
||||
$('.main-col div.main-actions .btn-toolbar a').each(function(){
|
||||
var $that = $(this);
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
$(function()
|
||||
{
|
||||
$('.main-actions-holder').css('height', '0px');
|
||||
var $xuanAction = "<div class='xuancard-actions fixed'>";
|
||||
$('.main-col div.main-actions .btn-toolbar a').each(function(){
|
||||
var $that = $(this);
|
||||
|
||||
@@ -9,3 +9,4 @@ body{padding:0px; margin: 0px}
|
||||
.xuanxuan-card{padding-bottom:55px;}
|
||||
.xuancard-actions{width: 100%;text-align: center; padding: 10px 0;}
|
||||
.xuancard-actions.fixed{position: fixed; background: #fff; border-top: 1px solid #ddd; bottom: 0; margin-bottom: 0; z-index: 999; box-shadow: 0 -2px 10px rgba(0,0,0,0.15);}
|
||||
.cell .histories{min-height:350px}
|
||||
|
||||
Reference in New Issue
Block a user