From 9f7cd2b75fa1534962050d32d2761d8956bfbea2 Mon Sep 17 00:00:00 2001 From: LongHairedHacker Date: Sun, 13 Oct 2013 22:30:25 +0200 Subject: [PATCH] Fancy looking filefields --- pastebin/templates/pastebin/geometry.html | 2 +- .../templates/pastebin/geometry_create.html | 26 ++++++++++++++++++ .../layout.scssc | Bin 5325 -> 0 bytes static_common/css/layout.css | 2 ++ static_common/css/layout.scss | 4 +++ 5 files changed, 33 insertions(+), 1 deletion(-) delete mode 100644 static_common/css/.sass-cache/f53c1705a15959a64769813fc563b96b80a1c70a/layout.scssc diff --git a/pastebin/templates/pastebin/geometry.html b/pastebin/templates/pastebin/geometry.html index 3c1069c..36d91c4 100644 --- a/pastebin/templates/pastebin/geometry.html +++ b/pastebin/templates/pastebin/geometry.html @@ -16,7 +16,7 @@ - + +{% endblock %} + + {% block content %}
diff --git a/static_common/css/.sass-cache/f53c1705a15959a64769813fc563b96b80a1c70a/layout.scssc b/static_common/css/.sass-cache/f53c1705a15959a64769813fc563b96b80a1c70a/layout.scssc deleted file mode 100644 index 8835a218ef16e5f87af2d4b2cec09cb250c46f72..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 5325 zcmcIo{ZiXT5C@tul58M|kOW9l*Cw5i1Y(=-yUs*ulFs;#q@9xKOvlqo08gGQN^cf98A;ZEhS(cIrY*!J9g>xLo7%8}dY5b`c$jF6v&h~5g1 zS!CX6oO0g_Sx{RTJk<3W9?B8R31MB!R13M{DRVs*W=Q7sJNO>C^$wpRw$paQ4)c!j zTt|?Cy6lMgtPzQjke8y>a*x;_T^2N$LFSwmYt>oUsbvJYKX_Q5%g{O8FAnYVR@-O# zl%-DH89Y_>3=lAITT<|BEH^b#Y@Y{=&w}zz?lU}6Elg!_YtHF(>%W80C0vSb*g$oR zBNkwIwiF6$8-HA3Ew z2sw&E9-J6-rCKm{+voBu;Cs<#WPy7uhM^Da#(=;qSJ=Ejyo4YN{6#h#&%)B`ai+6*Ol^L(zF=yHKVU(0_eVaW+ldxj#g?ejnslN)@CHy zX_(AXUfE>~pZPQ&JLWSA@vB%Z#5m_@UO}saM1}7ge$InetQoslwP2rw+(Z0aaO@Dp z25$wQ>(r)5*6Fl;H!6V%Gl10GkW2QFk})tsyV*X%#t75>lxuNPh-2&*H{@>JXW((wg4Gbd zP*~k|fEq{}B7_{K@fwftqvT3}1!5)MFooFs z{(w~X(^4h1S`p-4+GszvS?FTQ!(t`yCGg7n;w0%vKpymoDnmK@m|hpj<+|H= zeEQ$x-%6K2!^DZ7YJZrQH8m8z$~@OB zs&iNrdPFvVJk}>*$C>^MFpU?oS|}q9R~IyY8p$WI;E#s{UnpXe#e=5!B+2K~R5srl zD?02r(|?2L@gh^R1iilK&y?9FI4murchbtGNw>iR=??ze#eaL!4NHo{csDFfcEgxn zJI-giVOdF|x&0S6tSA=R_ZGL>-H>h8yU;tzF7}Fqq;pB4|My|~h#S3|gUoEcGuF1S z&LyQrLGsA5by&S1DLZAI)nO0`s1C{6cc{p?{%n;(wV z5O$oIRn$bu_^y1 zaCs2}^?V4Z+ZrezD-agWPXTK=1}jZ$^H*a5gB@q)Hv~+tJ`J#)%J&DaUQJN-^%nt5 zbpR-&3U}yWA_l)DxDl%sW`6z3ihte6Us|S`-bfy1M{1d=>6zry12eTgT9zJple9Q^ z0&#z!Bzc@6`=8WosJ{Xir-h?kJ~hrIIf7s&OkgArLl>|y<+Y1&+!4)l!i>bWzmm!Hx~iqzlnJy>?>K!7nD6nXH%+ zWbIE-n?MfKiMNbES7j^^EVguZRnL$ G-2DrUMMbLs diff --git a/static_common/css/layout.css b/static_common/css/layout.css index 4d45b4d..26f5caa 100644 --- a/static_common/css/layout.css +++ b/static_common/css/layout.css @@ -47,6 +47,8 @@ .textcontainer .pure-form .errorlist { list-style: none; color: #e9322d; } + .textcontainer .pure-form .browsebutton { + font-size: 85%; } .button-green { background-color: #1CB841; diff --git a/static_common/css/layout.scss b/static_common/css/layout.scss index 61058da..bb9cdda 100644 --- a/static_common/css/layout.scss +++ b/static_common/css/layout.scss @@ -64,6 +64,10 @@ list-style: none; color: #e9322d; } + + .browsebutton { + font-size: 85%; + } } }