* Fix css file.
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
html[lang='en'] #moduleIdBox .input-group-addon{padding: 5px 23px}
|
||||
html[lang='en'] #deadlineTd .input-group-addon{padding: 5px 18px}
|
||||
|
||||
.ke-toolbar .ke-outline[data-name='savetemplate'] {display: block;}
|
||||
.ke-outline .ke-icon-savetemplate {background-image: url(theme/default/images/kindeditor/save.gif); background-position: center; width: 56px; height: 20px;}
|
||||
|
||||
|
||||
@@ -21,12 +21,6 @@ js::set('createBuild', $lang->build->create);
|
||||
js::set('refresh', $lang->refresh);
|
||||
js::set('flow', $config->global->flow);
|
||||
?>
|
||||
<?php if($this->app->getClientLang() == 'en'):?>
|
||||
<style>
|
||||
#moduleIdBox .input-group-addon{padding: 5px 23px}
|
||||
#deadlineTd .input-group-addon{padding: 5px 18px}
|
||||
</style>
|
||||
<?php endif;?>
|
||||
<div id="mainContent" class="main-content fade">
|
||||
<div class="center-block">
|
||||
<div class="main-header">
|
||||
|
||||
@@ -13,6 +13,8 @@
|
||||
.row-spliting .col-spliter:before,
|
||||
.row-spliting .col-spliter:after {opacity: 1;}
|
||||
|
||||
html[lang='en'] #whiteListBox .input-group:last-child .input-group-addon{padding:5px 16px}
|
||||
|
||||
@media (max-width: 720px)
|
||||
{
|
||||
.split-row > .side-col,
|
||||
|
||||
@@ -10,9 +10,6 @@
|
||||
* @link http://www.zentao.net
|
||||
*/
|
||||
?>
|
||||
<?php if($this->app->getClientLang() == 'en'):?>
|
||||
<style> #whiteListBox .input-group:last-child .input-group-addon{padding:5px 16px} </style>
|
||||
<?php endif;?>
|
||||
<?php if($docType != '' and strpos($config->doc->officeTypes, $docType) !== false):?>
|
||||
<?php include '../../common/view/header.lite.html.php';?>
|
||||
<div id="mainContent" class="main-content">
|
||||
|
||||
@@ -12,9 +12,6 @@
|
||||
?>
|
||||
<?php include '../../common/view/header.lite.html.php';?>
|
||||
<?php include '../../common/view/chosen.html.php';?>
|
||||
<?php if($this->app->getClientLang() == 'en'):?>
|
||||
<style> #whiteListBox .input-group:last-child .input-group-addon{padding:5px 16px} </style>
|
||||
<?php endif;?>
|
||||
<div id="main">
|
||||
<div class="container">
|
||||
<div id='mainContent' class='main-content'>
|
||||
|
||||
@@ -13,9 +13,6 @@
|
||||
<?php include '../../common/view/header.html.php';?>
|
||||
<?php if($doc->contentType == 'html') include '../../common/view/kindeditor.html.php';?>
|
||||
<?php if($doc->contentType == 'markdown') include '../../common/view/markdown.html.php';?>
|
||||
<?php if($this->app->getClientLang() == 'en'):?>
|
||||
<style> #whiteListBox .input-group:last-child .input-group-addon{padding:5px 16px} </style>
|
||||
<?php endif;?>
|
||||
<div id='mainContent' class='main-content'>
|
||||
<div class='center-block'>
|
||||
<div class='main-header'>
|
||||
|
||||
@@ -12,9 +12,6 @@
|
||||
?>
|
||||
<?php include '../../common/view/header.lite.html.php';?>
|
||||
<?php include '../../common/view/chosen.html.php';?>
|
||||
<?php if($this->app->getClientLang() == 'en'):?>
|
||||
<style> #whiteListBox .input-group:last-child .input-group-addon{padding:5px 16px} </style>
|
||||
<?php endif;?>
|
||||
<div id='mainContent' class='main-content'>
|
||||
<div class='center-block'>
|
||||
<div class='main-header'>
|
||||
|
||||
Reference in New Issue
Block a user