From 1157b627af8b4f114e1a23608689a02cc176f002 Mon Sep 17 00:00:00 2001 From: pixelroot Date: Fri, 7 Sep 2012 10:09:24 +0200 Subject: [PATCH 1/9] modified: view/theme/smoothly/style.css modified: view/theme/smoothly/theme.php view/theme/smoothly/mobile --- view/theme/smoothly/style.css | 16 ++++++++++------ view/theme/smoothly/theme.php | 2 +- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/view/theme/smoothly/style.css b/view/theme/smoothly/style.css index 32374aa3fb..8cf2fabde0 100644 --- a/view/theme/smoothly/style.css +++ b/view/theme/smoothly/style.css @@ -1047,13 +1047,17 @@ profile-jot-banner-wrapper { } .wall-item-lock-wrapper { float: right; } .wall-item-dislike, -.wall-item-like, -.wall-item-author { - /*clear: left;*/ +.wall-item-like { + clear: left; font-size: 0.9em; - margin: 0px 0px 10px 450px; /*140*/ - padding-left: 0px; /*10*/ -/* font-variant:small-caps; */ + margin: 0px 0px 10px 450px; + padding-left: 0px; + +} +.wall-item-author { + font-size: 0.9em; + margin: 0px 0px 0px 100px; + padding-left: 0px; } .wall-item-author a { diff --git a/view/theme/smoothly/theme.php b/view/theme/smoothly/theme.php index 610f85cb35..e28cc811f5 100644 --- a/view/theme/smoothly/theme.php +++ b/view/theme/smoothly/theme.php @@ -3,7 +3,7 @@ /* * Name: Smoothly * Version: Version 0.3 - * Author: Alex + * Author: Alex * Maintainer: Alex alex@friendica.pixelbits.de> * Description: Theme optimized for Tablets (iPad etc.) * Screenshot: Screenshot From 8685ca5a7fdca766cd44b84947f6acd3f396ad8a Mon Sep 17 00:00:00 2001 From: pixelroot Date: Fri, 7 Sep 2012 10:10:25 +0200 Subject: [PATCH 2/9] new file: view/theme/smoothly/mobile --- view/theme/smoothly/mobile | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 view/theme/smoothly/mobile diff --git a/view/theme/smoothly/mobile b/view/theme/smoothly/mobile new file mode 100644 index 0000000000..e69de29bb2 From 9f7fbbdee3ccdae453f3f7c91d270c864267e36a Mon Sep 17 00:00:00 2001 From: pixelroot Date: Fri, 7 Sep 2012 16:32:20 +0200 Subject: [PATCH 3/9] modified: view/theme/smoothly/style.css --- .gitignore | 2 ++ view/theme/smoothly/style.css | 17 +++++++++-------- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index 2531fe4cdd..34675be90b 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,5 @@ report/ .buildpath .externalToolBuilders .settings + +view/theme/smoothly \ No newline at end of file diff --git a/view/theme/smoothly/style.css b/view/theme/smoothly/style.css index 8cf2fabde0..a0f1836266 100644 --- a/view/theme/smoothly/style.css +++ b/view/theme/smoothly/style.css @@ -79,7 +79,7 @@ li { input[type=text] { - border: 2px solid #b0b0b0; + border: 1px solid #b0b0b0; padding: 2px; /*width: 300px;*/ margin-left: 3px; @@ -145,7 +145,7 @@ section { .mframe { padding: 2px; background-color: #efefef; - border: 2px solid #dddddd; + border: 1px solid #dddddd; -moz-box-shadow: 3px 3px 4px #959494; -webkit-box-shadow: 3px 3px 4px #959494; box-shadow: 3px 3px 4px #959494; @@ -451,7 +451,7 @@ aside { /*width: 21%;*/ width: 200px; /*250*/ margin-top: 40px; /*50*/ - font-size: 0.8em; + font-size: 1.0em; font-style: bold; } @@ -547,13 +547,14 @@ aside h4 { font-size: 1.3em; } #netsearch-box { background-color: #f6f6f6; - padding: 10px 8px 10px 8px; + padding: 5px 5px 5px 5px; } #netsearch-box input[type="text"] { - width: 97%; + width: 175px; } #netsearch-box input[type="submit"] { width: 48%; + margin-top: 5px; } h3#search:before { @@ -666,7 +667,7 @@ h3#search:before { ul .sidebar-group-li{ list-style: none; - font-size: 1.2em; + font-size: 1.0em; padding-bottom: 5px; } @@ -1575,7 +1576,7 @@ div[id$="wrapper"] br { clear: left; } select, input { margin-top: 0px; - border: 2px solid #b0b0b0; + border: 1px solid #b0b0b0; padding: 2px; -webkit-border-radius: 3px 3px 3px 3px; -moz-border-radius: 3px 3px 3px 3px; @@ -1770,7 +1771,7 @@ margin-left: 0px; float: left; padding: 5px; background-color: #efefef; - border: 2px dotted #eeeeee; + border: 1px dotted #eeeeee; -moz-box-shadow: 3px 3px 4px #959494; -webkit-box-shadow: 3px 3px 4px #959494; box-shadow: 3px 3px 4px #959494; From c616b05a331ccd14850b7818b16e0cfd20949502 Mon Sep 17 00:00:00 2001 From: pixelroot Date: Fri, 7 Sep 2012 17:13:51 +0200 Subject: [PATCH 4/9] modified: view/theme/smoothly/jot.tpl modified: view/theme/smoothly/style.css --- view/theme/smoothly/jot.tpl | 11 ++++++----- view/theme/smoothly/style.css | 4 ++-- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/view/theme/smoothly/jot.tpl b/view/theme/smoothly/jot.tpl index 9dc1632da1..5f711cf242 100644 --- a/view/theme/smoothly/jot.tpl +++ b/view/theme/smoothly/jot.tpl @@ -1,11 +1,10 @@ +
 
-
- -
+
@@ -16,12 +15,14 @@
+
- +
+