From 1ec7ac25e431d043d8361fb87864ee4f43a4bfd6 Mon Sep 17 00:00:00 2001 From: Catouse Date: Tue, 29 Apr 2014 09:27:13 +0800 Subject: [PATCH] * ajusted style project/index. * fixed style for ie8. --- module/project/view/index.html.php | 1 - www/theme/default/style.css | 5 ++++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/module/project/view/index.html.php b/module/project/view/index.html.php index 1238b17f12..b2f2ea426e 100644 --- a/module/project/view/index.html.php +++ b/module/project/view/index.html.php @@ -12,7 +12,6 @@
-
icons['project']) . ' ' . $lang->project->allProject;?>
createLink('project', 'create'), " " . $lang->project->create,'', "class='btn'") ?>
diff --git a/www/theme/default/style.css b/www/theme/default/style.css index 612ce12e0b..e705434496 100644 --- a/www/theme/default/style.css +++ b/www/theme/default/style.css @@ -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}