From 5ac6e82e7d6857dc3d8c502eeac7aa080728e907 Mon Sep 17 00:00:00 2001 From: pixelroot Date: Tue, 7 May 2013 09:39:14 +0200 Subject: [PATCH 1/8] modified: view/theme/smoothly/default.php modified: view/theme/smoothly/style.css modified: view/theme/smoothly/theme.php --- view/theme/smoothly/default.php | 2 +- view/theme/smoothly/style.css | 12 ++++++------ view/theme/smoothly/theme.php | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/view/theme/smoothly/default.php b/view/theme/smoothly/default.php index 867073f0c..c8213bff7 100644 --- a/view/theme/smoothly/default.php +++ b/view/theme/smoothly/default.php @@ -28,8 +28,8 @@ diff --git a/view/theme/smoothly/style.css b/view/theme/smoothly/style.css index bf7e639e0..46f7894c1 100644 --- a/view/theme/smoothly/style.css +++ b/view/theme/smoothly/style.css @@ -2,7 +2,7 @@ style.css Theme: Smoothly Maintainer: alex@friendica.pixelbits.de - last change: 2013-04-24 + last change: 2013-05-07 ** Colors ** Blue links - #1873a2 @@ -574,14 +574,14 @@ ul#user-menu-popup li a.nav-sep { #lang-select-icon { bottom: 5px; cursor: pointer; - left: 915px; + left: 25px; position: fixed; z-index: 10; } #language-selector { position: fixed; bottom: 2px; - left: 945px; + left: 55px; z-index: 10; } @@ -1032,8 +1032,8 @@ ul .sidebar-group-li .icon { /* ================== */ .contact-block-img { - width: 47px; - height: 47px; + width: 47px !important; + height: 47px !important; margin-right: 2px; border: 1px solid #7C7D7B; border-radius: 3px; @@ -3739,7 +3739,7 @@ margin-left: 0px; .field label { float: left; - width: 225px; + width: 230px; } .field checkbox { diff --git a/view/theme/smoothly/theme.php b/view/theme/smoothly/theme.php index 76b3abc90..250000349 100644 --- a/view/theme/smoothly/theme.php +++ b/view/theme/smoothly/theme.php @@ -3,7 +3,7 @@ /* * Name: Smoothly * Description: Like coffee with milk. Theme optimized for iPad[2]. - * Version: Version 2013-04-24 + * Version: Version 2013-05-07 * Author: Anne Walk * Author: Devlon Duthied * Maintainer: Alex From 8c8d3913cca95975987815e64cb237636f399c5e Mon Sep 17 00:00:00 2001 From: pixelroot Date: Tue, 7 May 2013 14:01:54 +0200 Subject: [PATCH 2/8] modified: view/theme/smoothly/style.css modified: view/theme/smoothly/theme.php --- view/theme/smoothly/style.css | 11 +++++++++++ view/theme/smoothly/theme.php | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/view/theme/smoothly/style.css b/view/theme/smoothly/style.css index 46f7894c1..e94a9d7ad 100644 --- a/view/theme/smoothly/style.css +++ b/view/theme/smoothly/style.css @@ -639,6 +639,12 @@ aside h4 { font-size: 1.3em; } +.vcard { + width: 205px; + padding-bottom: 10px; + /*border-bottom-style: dotted;*/ +} + .vcard .title { font-size: 1em; } @@ -1061,11 +1067,13 @@ ul .sidebar-group-li .icon { .contact-block-h4, .contact-block-content { margin: 0; + font-size: 1.2em; } #contact-block, #contact-block-end { clear: both; + padding-top: 10px; } /* ======= */ @@ -4426,6 +4434,7 @@ hr.line-dots { float: left; text-align: left; display: block; + line-height: 0.6em; } .adr, @@ -4435,6 +4444,8 @@ hr.line-dots { float: left; display: block; margin-left: 8px; + line-height: 1em; + text-align: left; } #birthday-notice {} diff --git a/view/theme/smoothly/theme.php b/view/theme/smoothly/theme.php index 250000349..9c9af4e09 100644 --- a/view/theme/smoothly/theme.php +++ b/view/theme/smoothly/theme.php @@ -3,7 +3,7 @@ /* * Name: Smoothly * Description: Like coffee with milk. Theme optimized for iPad[2]. - * Version: Version 2013-05-07 + * Version: Version 2013-05-07.2 * Author: Anne Walk * Author: Devlon Duthied * Maintainer: Alex From 258604f0365ea2ecdf4d016cb269ce71007611ec Mon Sep 17 00:00:00 2001 From: pixelroot Date: Tue, 7 May 2013 14:30:04 +0200 Subject: [PATCH 3/8] modified: view/theme/smoothly/css/typography.css --- view/theme/smoothly/css/typography.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/view/theme/smoothly/css/typography.css b/view/theme/smoothly/css/typography.css index 074bd9816..d1895853e 100644 --- a/view/theme/smoothly/css/typography.css +++ b/view/theme/smoothly/css/typography.css @@ -19,7 +19,7 @@ body { padding-bottom: 3em; width: 960px; height: 100%; - font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif; + font-family: "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif; font-size: 15px; font-size-adjust: none; font-style: normal; From 4bf41b8e5db7c933f1b8cd3738c32a375866d4b5 Mon Sep 17 00:00:00 2001 From: Fabrixxm Date: Wed, 8 May 2013 03:26:20 -0400 Subject: [PATCH 4/8] check if view/smarty3 folder is writable by webserver --- include/friendica_smarty.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/include/friendica_smarty.php b/include/friendica_smarty.php index 1326b0aca..021feea2a 100644 --- a/include/friendica_smarty.php +++ b/include/friendica_smarty.php @@ -45,6 +45,13 @@ class FriendicaSmarty extends Smarty { class FriendicaSmartyEngine implements ITemplateEngine { static $name ="smarty3"; + + public function __construct(){ + if(!is_writable('view/smarty3/')){ + echo "ERROR: folder view/tpl/smarty3/ must be writable by webserver."; killme(); + } + } + // ITemplateEngine interface public function replace_macros($s, $r) { $template = ''; From 2da4f8268e74240212c557d3458a744f997c2eff Mon Sep 17 00:00:00 2001 From: fabrixxm Date: Wed, 8 May 2013 11:34:30 +0300 Subject: [PATCH 5/8] fix smarty3 folder not writable message --- include/friendica_smarty.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/friendica_smarty.php b/include/friendica_smarty.php index 021feea2a..b51692675 100644 --- a/include/friendica_smarty.php +++ b/include/friendica_smarty.php @@ -48,7 +48,7 @@ class FriendicaSmartyEngine implements ITemplateEngine { public function __construct(){ if(!is_writable('view/smarty3/')){ - echo "ERROR: folder view/tpl/smarty3/ must be writable by webserver."; killme(); + echo "ERROR: folder view/smarty3/ must be writable by webserver."; killme(); } } From 523548ff2290bd746d69787043bc7a0f7dd8d10c Mon Sep 17 00:00:00 2001 From: pixelroot Date: Wed, 8 May 2013 11:08:21 +0200 Subject: [PATCH 6/8] modified: view/theme/smoothly/default.php modified: view/theme/smoothly/images/down.png modified: view/theme/smoothly/style.css modified: view/theme/smoothly/theme.php view/theme/smoothly/images/power.png view/theme/smoothly/images/up.png --- view/theme/smoothly/default.php | 5 +++-- view/theme/smoothly/images/down.png | Bin 537 -> 2060 bytes view/theme/smoothly/style.css | 13 +++++++++---- view/theme/smoothly/theme.php | 2 +- 4 files changed, 13 insertions(+), 7 deletions(-) diff --git a/view/theme/smoothly/default.php b/view/theme/smoothly/default.php index c8213bff7..a437fa35a 100644 --- a/view/theme/smoothly/default.php +++ b/view/theme/smoothly/default.php @@ -28,8 +28,9 @@
diff --git a/view/theme/smoothly/images/down.png b/view/theme/smoothly/images/down.png index ab6f9fd49e9c7f10dfa75f0ef0ff255ff2871e6d..4c320184b4f6086d83f8ba39488708da36a43fa8 100644 GIT binary patch delta 2055 zcmV+i2>ADz1dI?siBL{Q4GJ0x0000DNk~Le0000W0000W2nGNE0CReJ^Z)<=0drDE zLIAGL9O(c600v@9M??Vs0RI60puMM)lMVqMf87NL2on)%Y%&%A00)doL_t(o!@ZYV zY!ufS$A4#L_F`jWz^*Y^zJk4Lgx4UUgpxFIRU0tKffRa?`p}0)RNxfUq_pY{L~c^l7wb ze|Em}pYQUY|0kIFGJzlv1}s2KxUT^ZNC6HYXW~@M;C=we2WC}PR?c6yZr#^PN=n*; z!C;-%diJ4*m#~qN`(-hwZ=3}LZJ`^vu0sg7MCtv;qA}J;e<%>GD*@-(iDp^I5=1si^a;iySx7aVC00pxUsQuX-!S-`qtI0 zIF6GJc}|N7!@!uK3ByP~r?BRxC5C{YaheCuyAwpAHkYF&!0s$<`N`vvi|MTWelvb=+yN1HT!lU?%W&*QH zN=oLJmX=n>Volr|8_R}Q2!Ux?ymqvUzP>($5P(3435_JOdC8_C5~-)Txf$ho7(yVG zVsP+7mMvS(n)Y$=Be<@MmXkT7x3`zotJe?=1VDh$8iYuP z+%zx^6T>vHOcTp82!+BNclTz}tpZQ8cIMfkQtE z!q3TgFUr}t@m3O$ep;iuy}&p*c-Cr;4N5TU6l#%o>2=;+vr z`c5LT`pZ^jBJlnA?TX31ae@AN`76u^%md}<-7zU2* zWQ!?x8HRyr7zjh4l}2TqYM%f04y4w2uA3$vAyApR5CZLa$O(lQ4u|oi%mVO$WGa>F zANXLPrmC`P5=zsuIC`{;i+z0<;{ZM&q)8tlt!aoxd9wLQl>ZgY>=zZy=KA&PXs!D! zU&GxQ92`7(fA#(Mx760uB7_*%yM|%#?&Zro)&5kv4wMFp=N9w#cius3eaP|!!Vp&$Y z6&(l1ad2G^PkMN+i|2W`uIrnJZQFcl^V3+CHK~Y8e@jXb23)#$k>TOt-&wv^yFW5A z@~?aM?hU-%^LF(kD_5dCi6X55lv2c+Vst0EF*3!NlcL;fX6-+4kZ64*T`xLaH$n&& zE?mHc3m0%)_uYN__T9}u90P{Cy1IT?P*Cuv##oGCAcQA9v|sUUt*x}JS(EMpw9g9) zGLp>ie~!#mN{RA3oE)iESy2JN$+zBObaZrMt{_o>92y#Omn>OQd1rLAe);m{X(zrz zr4*i&NYBIbq;DRcl<9rf#r3@Op68{Xl`;!%?%X+)moMb-%P%uLJp9|ed-wifq9l`m z>gnnE$FioTFW$d@KQ9`MBBez7#G-TGG)I(Xe|}Fir4&jj<`flCRZ+>gb7$%8?fozw zkGEuWp*cZ4Ie?o;B>q}oU%w%l9LsNLSdvw`+Rx{7k}LxVAy_cKlm%sFoIRT$kw^^2 zK8nYGTs566&jpc6BoePKTC{lKmG|C@I*vKs}Y lNa=Xb1 delta 519 zcmV+i0{H!m5SavjiBL{Q4GJ0x0000DNk~Le0000H0000H2m=5B01UIY$N&HU0drDE zLIAGL9O(c60J>02R7L;)|NsC0&(P4+)z#6`($3G%)6~@0*x1m~(bd-0($mw<&d%1? z*VWb4{r&ye+1c6J+U@P_+}zyL)z#wT&Cbrz)6?tg>+bIE(9+W5ibq#a{vGU z0d!JMQvg5^=GbNc0004EOGiWihy@);kw6}Q+zAd3Fe%bciWC3<0Lw{4K~xyiO_0}8 z13?S~S8>xNoQ-n;Y;w;0|8KE(2HXAEH6@K?Oas)I1JfVtR@{60cW|wO%nsvhurnjX zK)KJArEF4Di|TDzm08X*uGLaFQ1#HNh{6p{(v%X{cen4eUia}VT*xvR;SIpahwT7v zJazFD46NAB0qz$`>$)+{U2f-f!J%e~{bX9GxE-U&Xh#2{Ge?Cmc-=B-C!W?sW&o6Q93_jKQ{geOz002ov JPDHLkV1gljE-L^4 diff --git a/view/theme/smoothly/style.css b/view/theme/smoothly/style.css index e94a9d7ad..70df846fe 100644 --- a/view/theme/smoothly/style.css +++ b/view/theme/smoothly/style.css @@ -2,7 +2,7 @@ style.css Theme: Smoothly Maintainer: alex@friendica.pixelbits.de - last change: 2013-05-07 + last change: 2013-05-08 ** Colors ** Blue links - #1873a2 @@ -3950,7 +3950,7 @@ footer { display: block; float: right; font-size: 15px; - height: 2em; + height: 38px; list-style: none outside none; margin: 0 0 0 755px; padding: 0; @@ -4330,9 +4330,10 @@ ul.menu-popup { ----------------------------------------------------------- */ #scrollup { position: absolute; - right: 70px; - bottom: -4px; + right: 0px; + bottom: -1px; z-index: 100; +padding-right: 10px; } #scrollup a:hover { @@ -4340,6 +4341,10 @@ ul.menu-popup { border: 0; } +.item-scrollup { + margin-left: 5px; +} + /* New posts and comments => background color ----------------------------------------------------------- */ .shiny { diff --git a/view/theme/smoothly/theme.php b/view/theme/smoothly/theme.php index 9c9af4e09..5c213a0e3 100644 --- a/view/theme/smoothly/theme.php +++ b/view/theme/smoothly/theme.php @@ -3,7 +3,7 @@ /* * Name: Smoothly * Description: Like coffee with milk. Theme optimized for iPad[2]. - * Version: Version 2013-05-07.2 + * Version: Version 2013-05-08 * Author: Anne Walk * Author: Devlon Duthied * Maintainer: Alex From e90c89f3fc8a976c5bab267ecba3b86fbc26576f Mon Sep 17 00:00:00 2001 From: pixelroot Date: Wed, 8 May 2013 11:09:08 +0200 Subject: [PATCH 7/8] new file: view/theme/smoothly/images/power.png new file: view/theme/smoothly/images/up.png --- view/theme/smoothly/images/power.png | Bin 0 -> 3128 bytes view/theme/smoothly/images/up.png | Bin 0 -> 2019 bytes 2 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 view/theme/smoothly/images/power.png create mode 100644 view/theme/smoothly/images/up.png diff --git a/view/theme/smoothly/images/power.png b/view/theme/smoothly/images/power.png new file mode 100644 index 0000000000000000000000000000000000000000..2541502c3f460ab5f93fcbc0872fbb097619aeb6 GIT binary patch literal 3128 zcmaJ@XIN9&7L9}e(xoXdLJS>AqXa@PL5UKiNs|&t0t5(&NsuZfz)&3(3j#6-`T*&@ z$k0TkiGsig2m(HaB3-JL7aVookLNr0yZ4lDt+n^rd;Pdc)>bD4c%^s&0Du720%Oab z!TT={7yHWy3)^H*l1y_arXAIr8SF_X0ZfQgFA^9_@$@0tl01o_=etSz000m|ws&GW z;Vg9tR0_;<9|H@a(AaDMK;I~Y=1K4;F~MFWA9A1pWVNXk0wxm;AdXr%1de7#@+Dh@ z(Mfh;R`!H2e*&5aF){?}hv>2eC?uvQID`@q$j}WjfPB@}Wv};-;Slgw2-DvH@^?~B zIBT#Ol}-X{!4Oaa0)+&lG+{_h1X>fV23AKP5pbkB9H9+GB6PL1brDGLw*g^CqZ7S# zZ80al#bWOaAihi{O&1Oi4i1I|Yrv>S$5l_&m6!6z8>ym$- z3+ktO-?+q|=c4^nE}WeVe7~{()#&d>Z1?Ohf7q72`C)ugAlvP9wyobK&>H{%o)Rp^ z#6D!~wj~oy!D|>_Z}YS(zR{UGqr(+;a3qCn^e?|Li{A>v3b8^jJAHaBC})Si z1UMV27RyS>pROBnsI;~XsBjy9)F4=A_gg#-R?+J<0%Skc8r7>;wID^=N_{Kgdpmp2 zKh6HG6zllMvuwTev}@Nka&7N_k~EaLSL>_Uvr1IYsG-P<@m{Q{s(P2scNiAX!s{`* z7asNH)BCi|&CSaolfts1B94oZhVxtTcf`ct6n;<#z81zB_KxlD#`18*5(4W#a!*W5 zFygje0jynHBHkCdlzutu?|=Nrr4u{}a#Qq1Jb@v~p%;^mDjrg`z+q!jQ~9lxXYi;q zZFf)RbUb_ZY|E~|>a#?BoCkL_ZF#IVp2cE~6SA{~lQ8&E?*y%c*gj}_uT3IrZy|4I zns#fi8%mvLUMYAEa<=E%SrKS^@gnW>qa;!D2CZFHK-_W1GA9=omv?^ti%x~Zegx?r z8=V8zd20zd7rCk#8xbDv?p%F196t+yf!N%s=wIA8WT~hhzRmx;erQ$1yBTbUyYRc_ zhvn|g4@SnvZwIg81)iQ$OMLw#v*@gNI%85DUk zd}v-!w>qwE4$5b3XU8XS=~C#UEaD$CbGsi?4#U4RHZ(Mp)^0(aTwPeW&Dv86hz=zW z{*LS>;M(NXL%w7(YkIl>?5KJSs&!*kT5!0-BRmYxjQHhYuCSPdM8)H}x;ng)aCA@d zDJM6#;WX064<8J#a@bWxFKsRiies@@*_wLU0|mV?4-E?MCpT}_M~!pkyyR>Bv^JNw zcf;2Uy?fEnDY$7A${XKye*KzkaExqx4rA6bekSr@ zw6(MI`yItix%af7;qJ`Apr-o6RZK~|`cd=cPK+m=69O!M$t_rrV$v;MNt2R18e5O> zS4T>(2=XIjO{^hjxPc|*<=klsjjRK=EEU~MSz}J_?gy<3vLsap3Odf@m?onnUCy-v zg=F|24h?DgD~J+auI_Za9g~WMr1WcPX#w{hHVa%zFfJah3h&~5G`K)BQTS6NRa~z7 zIzU-hPcO>G#U*(_nrrf=Q2g=!;K*CIZW&KQ*VZO4;|Hq`8jAU<*P6*ooz}kG2}He8 zpFDZKw7FEkG#3yOA!9gb?Z`b?U0u=K{8+!aE356Wgak*o{3xe!e9LN2Ump+qBBFh#rrS2s%B`gx6wd#2(eqX(8$oO(cV z-HLq5Nx9KzOBb5)vC>lXv1D%LH}!S(?YrLMe90MlJsiMW?wl5?#x|9z4rd*zZgef> z;(2<5)yk9|e9Jl7jZ3Z$xT)oJC9IQfuDGoP@q}jh*u{epz&n>X~Z=^o^+12pJ z0UE{wpB;IF#psEMh}>I|w_BknM)oCUbbBp3z#OkM8kY{xLMP7b%E#L2nI?NwDsdOrw= z%)xS0RaK3)%G>AUaNi{mN^aEn7(u3ol%6O(y^@{X=c7`_9JwMNJ!9+l*E%3Ckv_I? zA@BZKFitn#98^(R`7EKZ)9#s_rk%}ITfg#I`3U;kcVl{1@hK-a(8a?eVfM+1`KCc3QJrPH!Q4t=vYgA^ zQ|SIEp|^hi?a*x=Ki{q0r(lNl8*8C-!WL zaX4Ho1_u$7G{$HdsH(kXP__YS&W}HMNBWG9GcHA^$MpzJlx^xT>-;DKq?t zra-CNYU}e#6VWsmC}OI;-J~IOWA@B>%PjN8b1#fV+Cfni91h7_u8O>V=U)$9Zzr}- zci>$6Ec}!4MWMvVq8*V&*F|5tbW_QPwyd?+mm|C86l5~vFb&~zf-y}KgM%A~dYFTE zR8z79YAqh8!`vQ3&CCy2-cD^85(&F+V#5>?Fz`M+vJ3~KuGyk6qaZG`Lp7S(K$P~7 zgRSwCeA%#1M-=<-|Bkb*K+eAb{-~^@ItQC$dpEPEu0Pq_&A4JUP$By$qg2Sq^z~!>!2DL& zpYBCM@^R|sZ=*%9qjE9#GL79f-J^`~v?lA_ovZPnZu5ouN$Z}<=o&L)Um8YxrmVEg zLEdYPbT`SF0U0S5>l}ZCUk?pnipdDR5YyV~9r6a{5O+8;iQ8yt@mT+J{IhGth|f6yAYhPx#24YJ`L;(K){{a7>y{D4^000SaNLh0L01FcU01FcV0GgZ_00007bV*G`2i*k- z2ofz^7=O?J00(19L_t(o!@ZYjY*g13$A9;}Hw#`cWCkyTyn>g|8e@!bB&3$4*ccZu zh9ISC)qH4_5+NZzR$UmdN~A@8%{l+G{qH$~xi1ay0)9XT#I)ZPU;;590a$YpD(3LJ z2gm?2i;9Z!nwy)yo12@v$>Z^qE2Uh$&Zj~MEX(YVM52GWc=6&}-QC?|fRXmm69Ld% z#ZRqTwW@l}?g5{U$fL>$w!ux%Tq6iO*{ zUB~P7k)4%^ZQJzr{+*9MzDP70J>1sT_KNF`#{%#GL7+Gs4!^&6aVXHbbsK)4pJ+5n zA|A(b6(*HiN`YlL=eCWd6xo@X1OovK)8OQLCm9?Z7!HTSMbklOk5FE^XV0FKb#-;Y zZQGv5GA*L97^Z1D)+Vz~%^q5%6!AoY2jk<+^ZTf;uSW=#RaRE|gU-&*HvoG!02=TV zP#O-0-><8y3p6&aClZN}FbtG!JBnukFy%ZAl(KCmCMSu<<1DXUj;3kZWo2bAoj-s6 zcgeqLX`#pj3U}?=wXbT~vYM@}TZu#>j@8Ln3GwAyIMEYAIQukUsrV{|5>A4~5^-v3 zY8V_`XT1@fw^tLxURS@Wasyzl}jNEiu6kd)|}hOX=AQljY^nx-M$ zbE!G|^hda0ZPybIBN05hhZVIe`0Ue9>uOi7e5bp+`+@EP$N(0#w6yH6U%i@n85zW* z@sx#{u5;qVd-V48A%&Qd!^!Oo_bbKIRaJar?Ke@TiI9?i-MPcpmOV{FVI==ZFBb}a~j6ave(xqJ5>D_5@Mqcdl|zH{f!`MT@=`5QNG+*DaviIh6F6-_hJ zF;UlbEX#5^Ac0|+n3joY7?`GsVHoaX5|78({(LLCu20PgAs87OqqMk$niVUE#p5sO zF1P1|LZOC=%1SKDno?fLdS70%oX!iK$g~7ZC1Kh-xemW|gsO_lDYBAz@x_BLC@m}F z^5x4f>h8rd&+qq_mK2v@S=Nl2HcgWajg2%ntw-4kJ0(;hg~U?I@q}ezTNbtp+A>WH zmpjryjE_&SWXTeQ5X+OdnpC!p*XJejFfxN!Y}jyx<&R2F|nodY; z<$zR{L)Ft)EEYr8G?Y@v^t<${mU3xUDTNRMUDtW-!0R+Oujkv%8+fz*AiAz2gqZT} z<7CPw=m(sVloFrM$8TSKjpn8%`ulHi^=cojEt_d?KZMuoaVkZKImwhyq+HYR`F#B9 z*T11*-8%aJaf4VaPBa?j%-M6av~1$wp+DgDdR-8YmnmKE+foYRvBa#%lghn5FKxg0 zCC@(h97A{SIaw_PQc5&UZI{{3O3 zoaq$ly1lLK=QMn49pnEV|1vMqu4RCu$Bwgo`_?oNaz@;9alR9>KHcr%#)pQ6 zKDu$^#>)i-1*t?zxBkaJ{TYpo>yc8jaNz=kQVzpO>9C^IkeX8&0(kNJ-{Xxp+u5<> zhmIFqunGt)4AApg4@#-Gb+>_>=;-J;Ra;y8azjG{al?RV5m zP1?0wRaKcfOIn{B3?ihU_sSJUM@RppyS>`Ov9YoHBO@b&eSKF;DyyonO>+tnZP~nu z)-5gIc0B2>x0OQK7MAUl-wYxGY`1(vp#pk)uaGc|Ywhjr6G^g;0Hdc)o%+e5MY(@2 zuc%0I|D%X#CIEZNJDrGM;RF%{p0@q``?+~l39R#>C&aoD=RCu1_FV3`S}GY z5b3dfTuY|XS~6QH7R=9~q@F;yF?xD>hWGB>Tl~1TJRL;r!i5XR3knKC zgM$NA8JU?B78c?0deJn^wc9C4U6U!A&d$yzFE^K*`SZDU?Q@R4`!2)7!-x0n+qZ76 zgUPI;SyNNffj}ToR$gAt((-cha`W-e^SNGdcs~)3bNlvf1_uYYe*HSJSge0=aPYqx z&AxIt4F-doyk2kl^y}6cPObiE^nWv){$IxP{{Y=3Eos}Ko$3Gp002ovPDHLkV1nRZ B-^Ks{ literal 0 HcmV?d00001 From b06dab97ba0f9bf1603e8ed350cd7851bb94a4c0 Mon Sep 17 00:00:00 2001 From: pixelroot Date: Wed, 8 May 2013 14:46:42 +0200 Subject: [PATCH 8/8] modified: view/theme/smoothly/default.php modified: view/theme/smoothly/style.css new file: view/theme/smoothly/templates/tools.tpl modified: view/theme/smoothly/theme.php --- view/theme/smoothly/default.php | 16 ++++++++++------ view/theme/smoothly/style.css | 9 +++++++-- view/theme/smoothly/templates/tools.tpl | 11 +++++++++++ view/theme/smoothly/theme.php | 2 +- 4 files changed, 29 insertions(+), 9 deletions(-) create mode 100644 view/theme/smoothly/templates/tools.tpl diff --git a/view/theme/smoothly/default.php b/view/theme/smoothly/default.php index a437fa35a..9ac49820a 100644 --- a/view/theme/smoothly/default.php +++ b/view/theme/smoothly/default.php @@ -26,14 +26,18 @@
- - +
+ + + + + diff --git a/view/theme/smoothly/style.css b/view/theme/smoothly/style.css index 70df846fe..476cd980e 100644 --- a/view/theme/smoothly/style.css +++ b/view/theme/smoothly/style.css @@ -3933,7 +3933,13 @@ margin-left: 0px; font-size: 0.7em; } -footer { +footer { display: block; margin: 50px 20%; clear: both; } + +/* ========== */ +/* = Tools = */ +/* ========== */ + +tools { background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f0edf0), color-stop(1, #e2e2e2) ); background: -moz-linear-gradient( center top, #f0edf0 5%, #e2e2e2 100% ); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0edf0', endColorstr='#e2e2e2'); @@ -3961,7 +3967,6 @@ footer { clear:both; } - /* ======= */ /* = ACL = */ /* ======= */ diff --git a/view/theme/smoothly/templates/tools.tpl b/view/theme/smoothly/templates/tools.tpl new file mode 100644 index 000000000..fc7a68c5e --- /dev/null +++ b/view/theme/smoothly/templates/tools.tpl @@ -0,0 +1,11 @@ +{{* + * AUTOMATICALLY GENERATED TEMPLATE + * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN + * + *}} + diff --git a/view/theme/smoothly/theme.php b/view/theme/smoothly/theme.php index 5c213a0e3..9c4c7ca33 100644 --- a/view/theme/smoothly/theme.php +++ b/view/theme/smoothly/theme.php @@ -3,7 +3,7 @@ /* * Name: Smoothly * Description: Like coffee with milk. Theme optimized for iPad[2]. - * Version: Version 2013-05-08 + * Version: Version 2013-05-08.2 * Author: Anne Walk * Author: Devlon Duthied * Maintainer: Alex