* Fix story and doc span style.
This commit is contained in:
@@ -1,2 +1 @@
|
||||
#whiteListBox .input-group:last-child{margin-top:10px}
|
||||
#whiteListBox .input-group:last-child .input-group-addon{padding:5px 16px}
|
||||
|
||||
@@ -8,4 +8,3 @@ table{width:90% !important}
|
||||
#project_chosen{width: 50%!important}
|
||||
|
||||
#whiteListBox .input-group:last-child{margin-top:10px}
|
||||
#whiteListBox .input-group:last-child .input-group-addon{padding:5px 16px}
|
||||
|
||||
@@ -1,2 +1 @@
|
||||
#whiteListBox .input-group:last-child{margin-top:10px}
|
||||
#whiteListBox .input-group:last-child .input-group-addon{padding:5px 16px}
|
||||
|
||||
@@ -4,4 +4,3 @@ form {margin-right: 30px;}
|
||||
|
||||
#whiteListBox div.input-group {margin-bottom: 2px;}
|
||||
#whiteListBox .input-group:last-child{margin-top:10px}
|
||||
#whiteListBox .input-group:last-child .input-group-addon{padding:5px 16px}
|
||||
|
||||
@@ -10,6 +10,9 @@
|
||||
* @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,6 +12,9 @@
|
||||
?>
|
||||
<?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,6 +13,9 @@
|
||||
<?php include '../../common/view/header.html.php';?>
|
||||
<?php if($doc->contentType == 'html') include '../../common/view/ueditor.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,6 +12,9 @@
|
||||
?>
|
||||
<?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'>
|
||||
|
||||
@@ -13,7 +13,7 @@ if($this->methodName != 'browse')
|
||||
}
|
||||
if(empty($type)) $type = 'product';
|
||||
?>
|
||||
<div class="side-col" style="width: 238px" data-min-width="235">
|
||||
<div class="side-col" style="width: 238px" data-min-width="240">
|
||||
<div class="cell">
|
||||
<div class="tabs">
|
||||
<ul class='nav nav-tabs'>
|
||||
|
||||
@@ -83,7 +83,7 @@ $lang->team = new stdclass();
|
||||
$lang->team->account = 'Username';
|
||||
$lang->team->role = 'Role';
|
||||
$lang->team->join = 'Joined';
|
||||
$lang->team->hours = 'hours/day';
|
||||
$lang->team->hours = 'Hours/day';
|
||||
$lang->team->days = 'day';
|
||||
$lang->team->totalHours = 'Total Hours';
|
||||
|
||||
|
||||
@@ -3,5 +3,3 @@
|
||||
|
||||
.pri-selector > .btn {padding: 5px 8px!important; width: 100%;}
|
||||
.pri-selector > .dropdown-menu {padding: 10px;}
|
||||
|
||||
.sourceTd > .input-group > .input-group > .input-group-addon:first-child{padding: 5px 18px}
|
||||
|
||||
@@ -12,6 +12,9 @@
|
||||
?>
|
||||
<?php include './header.html.php';?>
|
||||
<?php js::set('holders', $lang->story->placeholder); ?>
|
||||
<?php if($this->app->getClientLang() == 'en'):?>
|
||||
<style> .sourceTd > .input-group > .input-group > .input-group-addon:first-child{padding: 5px 18px} </style>
|
||||
<?php endif;?>
|
||||
<div id="mainContent" class="main-content">
|
||||
<div class="center-block">
|
||||
<div class="main-header">
|
||||
|
||||
Reference in New Issue
Block a user