The branch, master has been updated via be7495687257c1ca32c9d61d7d6c639e802eee10 (commit) via 5b294faa392394154ccfd2857ff83d489452f0c4 (commit) from 28657274bb6992de79aa809325f3637bd78b9877 (commit)
- Log ----------------------------------------------------------------- commit be7495687257c1ca32c9d61d7d6c639e802eee10 Author: Madhura Jayaratne madhura.cj@gmail.com Date: Mon Oct 3 23:11:20 2011 +0530
styles related to inline_edit for 3.4 compatible themes
commit 5b294faa392394154ccfd2857ff83d489452f0c4 Author: Madhura Jayaratne madhura.cj@gmail.com Date: Mon Oct 3 23:03:40 2011 +0530
b_save icon for 3.4 compatible themes
-----------------------------------------------------------------------
Summary of changes: darkblue_orange/img/b_save.png | Bin 0 -> 751 bytes graphite/css/theme_right.css.php | 7 +++++++ graphite/img/b_save.png | Bin 0 -> 743 bytes toba/css/theme_right.css.php | 7 +++++++ 4 files changed, 14 insertions(+), 0 deletions(-) create mode 100644 darkblue_orange/img/b_save.png create mode 100644 graphite/img/b_save.png
diff --git a/darkblue_orange/img/b_save.png b/darkblue_orange/img/b_save.png new file mode 100644 index 0000000..0a801ce Binary files /dev/null and b/darkblue_orange/img/b_save.png differ diff --git a/graphite/css/theme_right.css.php b/graphite/css/theme_right.css.php index c111178..9cecfed 100644 --- a/graphite/css/theme_right.css.php +++ b/graphite/css/theme_right.css.php @@ -177,6 +177,13 @@ fieldset.tblFooters { border-radius: 0 0 0.5em 0.5em; }
+div.null_div { + height: 20px; + text-align: center; + font-style:normal; + min-width:60px; +} + fieldset .formelement { float: <?php echo $left; ?>; margin-<?php echo $right; ?>: 0.5em; diff --git a/graphite/img/b_save.png b/graphite/img/b_save.png new file mode 100644 index 0000000..3dd8b6b Binary files /dev/null and b/graphite/img/b_save.png differ diff --git a/toba/css/theme_right.css.php b/toba/css/theme_right.css.php index 7825011..3fdf76d 100644 --- a/toba/css/theme_right.css.php +++ b/toba/css/theme_right.css.php @@ -165,6 +165,13 @@ fieldset.tblFooters { clear: both; }
+div.null_div { + height: 20px; + text-align: center; + font-style:normal; + min-width:60px; +} + fieldset .formelement { float: <?php echo $left; ?>; margin-<?php echo $right; ?>: 0.5em;
hooks/post-receive