* ajusted style project/index.

* fixed style for ie8.
This commit is contained in:
Catouse
2014-04-29 09:27:13 +08:00
parent 93b4ff5ab2
commit 1ec7ac25e4
2 changed files with 4 additions and 2 deletions
-1
View File
@@ -12,7 +12,6 @@
<?php include '../../common/view/header.html.php';?>
<?php include '../../common/view/sparkline.html.php';?>
<div id='featurebar'>
<div class='heading'><?php echo html::icon($lang->icons['project']) . ' ' . $lang->project->allProject;?> </div>
<div class='actions'>
<?php echo html::a($this->createLink('project', 'create'), "<i class='icon-plus'></i> " . $lang->project->create,'', "class='btn'") ?>
</div>
+4 -1
View File
@@ -174,6 +174,9 @@ fieldset.collapsed {border: none}
fieldset > legend {width: auto; margin: 0 0 0 -5px; font-size: 13px; font-weight: bold; border-bottom: none; padding: 0 5px}
fieldset > .form-group {margin-bottom: 0;}
/* placeholder */
.placeholder {color: #999}
/* === Views === */
/* Table form */
.table-form > tbody > tr > th {text-align:right;vertical-align:middle; border-bottom:none}
@@ -363,7 +366,7 @@ body {font-size: 13px; color:#141414;padding-bottom: 40px;}
#qrcodePopover.popover.top .arrow {left: inherit; right: 10px}
/* Feature bar. */
#featurebar {margin: -20px -20px 20px; padding: 8px 10px 7px; font-size: 14px; background: #F8FAFE; border-bottom: 1px solid #ddd; line-height: 30px; min-height: 46px;}
#featurebar {margin: -20px -20px 20px; padding: 8px 10px 7px; font-size: 14px; background: #F8FAFE; border-bottom: 1px solid #ddd; line-height: 30px; min-height: 46px; min-height: 30px\0}
#featurebar .heading {float: left; padding: 0 5px; color: #666}
#featurebar .heading:after {content: "\e6e1"; font-family: ZenIcon; font-size: 14px; color: #999; display: inline-block; margin-left: 5px;}
#featurebar .heading > i {color: #808080}