From cfcc87bdf968b1c2e4bfe0d6cb493d824e19b9b4 Mon Sep 17 00:00:00 2001 From: "Samuele E. Locatelli" Date: Wed, 6 Sep 2017 14:44:15 +0200 Subject: [PATCH] completato fix accettazione x smallest devices! --- .vs/ScheMe-SP/v15/sqlite3/storage.ide | Bin 6643712 -> 6643712 bytes ScheMe-SP/Accettazione.aspx | 35 ++++++++++++-------------- ScheMe-SP/Content/Style.css | 7 ++++-- ScheMe-SP/Content/Style.less | 9 ++++--- ScheMe-SP/Content/Style.min.css | 2 +- 5 files changed, 28 insertions(+), 25 deletions(-) diff --git a/.vs/ScheMe-SP/v15/sqlite3/storage.ide b/.vs/ScheMe-SP/v15/sqlite3/storage.ide index 10896a56b5f59d84a3db197e2510b87e9c606398..220282fb7c63b6f80aaf0611bf6edd8b12ab3772 100644 GIT binary patch delta 1519 zcmaje3rtgI6bJC$-diZtDsPHFDYPi%xUWvEg(Rw13Bt~0xHmzM}({0sDf-F*@3Qu%uqw#u$kc8LA!kn%5hIHf+ z@+f(Xgpx24PV^*#tRsMA$vVkNL14$yuWFy%`QpjeKO16+R zvX!KhC&@OFK{APvWRYyL-F|Oq$IBBEr9U4p#t$zU6=HRO)z*&wH<{ z^96OiX8J;^h(3IXNW|e_n=TW(YE7P2Wk5dJ*{%#Q?e*xzw5Hi%{}<1n$=#Ie@yYbH zT{(_u_$$i;Q<_Xkuhk2&Z-$uK(7VZKYAyP+O`B2H^^N}3 zeyw|yb$93~jaPH^<%`mN!}Y1%4`&F19`=UCDK(FviiQ1@Fz#qs1g9Pd_! zVYnvZEc>^ocNKEA z{|$_8sIR3>>y|c6dMrfimm-Td+R}AudH7PKUA+)REJa`VEkuz^kukuU&}_0NG(YqH zUH|?gr)uv1n=?9*=z-cg)9@?-Qa}nxk$tA2*n4n=xJ0~GXpxPGVni`EgTFl{)11!< z;x^G+Sa32!g*`@d8E-fnfVP;3K+OYFm*0iz=(9>5xniyNLpx;y-0b`vG*h?sOYT4U zU7E4Hrp_MZzRyyqAKrLqVdV3W^pSe;Xiw9~pz*S4mV7%YoNXALHPTP+nZ>A&m1~JF8~{OD=9(nO$@E>o+c2qL7O-r($Oi zPe<)^whxZD7b@_~K2Cu*CX5RF_;j{6x=k8=@b@^gj~#N%dn7`Tq{RDP8cn3cu|!mO z2N>m`L5+fmMiR-xizyt`7-ORGVDy3}7!Ph2hzHU*m8%E8A#WgaU*@1S`S<1RFvTLNUU^5wP#2qj1zH2lEsrioKhHBG!NO$tZH9c&R>%$BecR?3{r#md-Hwu~)j zE7(frW*%0~Dp)0}VqUh2t!6$}&DOBBY#m$AHn1ADk=3#~R?jxE2G+>@Okqu|nQhjh z<6BNl8dCGbDm@LnSF!{vjU}dJk$+N1qa#CG6T*?ft!x|H&UR>#!JS`E8dDaYc~dy` zu13c%TCCFv6uIm0)1$6{IV|VzV!Q9j`GGdmwTdhEhCfCx4&^-D_-V`-o!T;xO}^hv zCR*PcsHTDu`5QUSAkpc*z|THSw$Wt@*r-;Mll5ImG;m3@(K$^{)XQ_ocS*F;{n+G5 zD!IBiKEy&vpN*tZjxVO!D38U}Oj7F|Ryq_5d-iPf$Kq)&jm0J}V-ar&d#?vH@AW-5 zrs+j<&=Q{M-phcsuzhU5Hq+f|ilm5N#XHii<>HOOPb1K8;!)H(F>^ z2_7TwL8XFzecrdq^!&ih>E@-{?Y5E5@>2uff4pkA?4~!WQby3!T0+hX_HNPlER9r8 zS;610CHJ#bk%U%zW-P5#v^jX*U^Ilzc9P2zmqBp6_2|F13YEbct&x&@1ub`5a72 - + <%----%> + <%----%> + <%----%> - - @@ -70,10 +70,10 @@ -
+
-
+
@@ -81,28 +81,25 @@ -
- -
+
- - - - -
- -
- +
+
-
- + -
+
+
+ +
+
+ +
diff --git a/ScheMe-SP/Content/Style.css b/ScheMe-SP/Content/Style.css index 3a31b4c..33dfde7 100644 --- a/ScheMe-SP/Content/Style.css +++ b/ScheMe-SP/Content/Style.css @@ -10,6 +10,9 @@ .smaller { font-size: 0.7em; } +.smallest { + font-size: 0.6em; +} .fullWidth > .navbar-nav { display: table; width: 100%; @@ -312,7 +315,7 @@ } @media all and (max-width: 480px) { #textWrapper { - font-size: 0.6em; + font-size: 0.7em; } #headData { margin-top: 14px; @@ -320,7 +323,7 @@ } @media all and (max-width: 320px) { #textWrapper { - font-size: 0.5em; + font-size: 0.6em; } #headData { margin-top: 18px; diff --git a/ScheMe-SP/Content/Style.less b/ScheMe-SP/Content/Style.less index e561560..bfe3a8e 100644 --- a/ScheMe-SP/Content/Style.less +++ b/ScheMe-SP/Content/Style.less @@ -23,9 +23,12 @@ font-size: 1.2em; } -.smaller{ +.smaller { font-size: 0.7em; } +.smallest { + font-size: 0.6em; +} .fullWidth > .navbar-nav { display: table; @@ -372,7 +375,7 @@ @media all and (max-width: 480px) { #textWrapper { - font-size: 0.6em; + font-size: 0.7em; } #headData { @@ -382,7 +385,7 @@ @media all and (max-width: 320px) { #textWrapper { - font-size: 0.5em; + font-size: 0.6em; } #headData { diff --git a/ScheMe-SP/Content/Style.min.css b/ScheMe-SP/Content/Style.min.css index 7b23337..3143a86 100644 --- a/ScheMe-SP/Content/Style.min.css +++ b/ScheMe-SP/Content/Style.min.css @@ -1 +1 @@ -.uppercase{text-transform:uppercase}.bigBtn{min-height:2.2em;font-size:1.2em}.smaller{font-size:.7em}.fullWidth>.navbar-nav{display:table;width:100%;margin:0}.fullWidth>.navbar-nav>li{float:none;display:table-cell;text-align:center}.VVF-CL-01{color:#060;background-color:#fff}.VVF-CL-02{color:#ff3;background-color:#22f}.VVF-CL-03{color:#ff3;background-color:#181}.VVF-CL-04{background-color:#ff1}.VVF-CL-05{color:#ff3;background-color:#e62}.VVF-CL-06{color:#ff1;background-color:#ff0c0c}.headerRow{background-color:#eee;color:#000}.text-center{text-align:center;margin:auto}.tStrong{font-weight:bold;font-size:1.3em}.flRight{float:right}.errore{color:#f00}.headLine{background-color:#38c;color:#fff}.hBlock{background-color:#d7d7d7;color:#000}.hBlockDrk{background-color:#585858;color:#fff}.fBlock{background-color:#f2f2f2;color:#000}.btn.btn-square{border-radius:0}.btn-circle{width:2.2em;height:2.2em;text-align:center;padding:.3em 0;font-size:1em;line-height:1.6;border-radius:1em}.btn-circle.btn-lg{width:3.5em;height:3.5em;padding:.6em 1em;font-size:1.5em;line-height:1.5;border-radius:1.8em}.btn-circle.btn-xl{width:5em;height:5em;padding:.6em 1em;font-size:2em;line-height:1.5;border-radius:3em}.btn-selected,.navbar-nav>li>.btn-selected{background-color:#38c;font-weight:600;color:#fff}.btn-selected:hover,.navbar-nav>li .btn-selected:hover{background-color:#d1ddf1;font-weight:600;color:#333}.btn-unselected,.navbar-nav>li .btn-unselected{background-color:#efefef;font-weight:600;color:#333}.btn-unselected:hover,.navbar-nav>li>.btn-unselected:hover{background-color:#333;font-weight:600;color:#efefef}.RowStyle{background-color:#eff3fb;text-align:left}.rowStyle{background-color:#eff3fb}.editRowStyle{background-color:#2461bf}.selectedRowStyle{background-color:#c1ccf1;font-weight:bold;Color:#36f}.alternatingRowStyle{background-color:#fff}.footerRowStyle{background-color:#5d7b9d;font-weight:bold;color:#fff}.headerRowStyle{background-color:#5d7b9d;font-weight:bold;color:#fff}.spacedRow{line-height:3em}.baseRow{background-color:#eff3fb}.altRow{background-color:#fff}.editRow{background-color:#2461bf}.selectedRow{background-color:#d1ddf1;font-weight:600;color:#333}.headerHighlight{font-weight:600;color:#38c;font-size:1.2em}.footerRow{background-color:#38c;font-weight:600;color:#fff}.pagerRow{background-color:#2461bf;color:#fff;text-align:center;margin:auto}.stortAscCellStyle{background-color:#f5f7fb}.stortAscHeadStyle{background-color:#6d95e1}.stortDescCellStyle{background-color:#e9ebef}.stortDescHeadStyle{background-color:#4870be}.GridPager{background-color:#ff7c50}.GridPager a,.GridPager span{display:block;height:2em;width:2em;text-align:center;vertical-align:baseline;text-decoration:none;background-color:#2461bf}.GridPager a{background-color:#f5f5f5;color:#969696}.GridPager span{background-color:#f2dca1;color:#000;font-weight:bold}.imgNoPad{margin-top:-3px;margin-bottom:-7px}@media all and (min-width:768px){#textWrapper{font-size:1em}#headData{margin-top:0}}@media all and (min-width:1024px){#textWrapper{font-size:1.2em}#headData{margin-top:0}}@media all and (min-width:1440px){#textWrapper{font-size:1.4em}#headData{margin-top:0}}@media all and (min-width:1600px){#textWrapper{font-size:1.6em}#headData{margin-top:0}}@media all and (min-width:1900px){#textWrapper{font-size:1.8em}#headData{margin-top:0}}@media all and (min-width:2200px){#textWrapper{font-size:2em}#headData{margin-top:0}}@media all and (max-width:767px){#textWrapper{font-size:.8em}#headData{margin-top:6px}}@media all and (max-width:480px){#textWrapper{font-size:.6em}#headData{margin-top:14px}}@media all and (max-width:320px){#textWrapper{font-size:.5em}#headData{margin-top:18px}} \ No newline at end of file +.uppercase{text-transform:uppercase}.bigBtn{min-height:2.2em;font-size:1.2em}.smaller{font-size:.7em}.smallest{font-size:.6em}.fullWidth>.navbar-nav{display:table;width:100%;margin:0}.fullWidth>.navbar-nav>li{float:none;display:table-cell;text-align:center}.VVF-CL-01{color:#060;background-color:#fff}.VVF-CL-02{color:#ff3;background-color:#22f}.VVF-CL-03{color:#ff3;background-color:#181}.VVF-CL-04{background-color:#ff1}.VVF-CL-05{color:#ff3;background-color:#e62}.VVF-CL-06{color:#ff1;background-color:#ff0c0c}.headerRow{background-color:#eee;color:#000}.text-center{text-align:center;margin:auto}.tStrong{font-weight:bold;font-size:1.3em}.flRight{float:right}.errore{color:#f00}.headLine{background-color:#38c;color:#fff}.hBlock{background-color:#d7d7d7;color:#000}.hBlockDrk{background-color:#585858;color:#fff}.fBlock{background-color:#f2f2f2;color:#000}.btn.btn-square{border-radius:0}.btn-circle{width:2.2em;height:2.2em;text-align:center;padding:.3em 0;font-size:1em;line-height:1.6;border-radius:1em}.btn-circle.btn-lg{width:3.5em;height:3.5em;padding:.6em 1em;font-size:1.5em;line-height:1.5;border-radius:1.8em}.btn-circle.btn-xl{width:5em;height:5em;padding:.6em 1em;font-size:2em;line-height:1.5;border-radius:3em}.btn-selected,.navbar-nav>li>.btn-selected{background-color:#38c;font-weight:600;color:#fff}.btn-selected:hover,.navbar-nav>li .btn-selected:hover{background-color:#d1ddf1;font-weight:600;color:#333}.btn-unselected,.navbar-nav>li .btn-unselected{background-color:#efefef;font-weight:600;color:#333}.btn-unselected:hover,.navbar-nav>li>.btn-unselected:hover{background-color:#333;font-weight:600;color:#efefef}.RowStyle{background-color:#eff3fb;text-align:left}.rowStyle{background-color:#eff3fb}.editRowStyle{background-color:#2461bf}.selectedRowStyle{background-color:#c1ccf1;font-weight:bold;Color:#36f}.alternatingRowStyle{background-color:#fff}.footerRowStyle{background-color:#5d7b9d;font-weight:bold;color:#fff}.headerRowStyle{background-color:#5d7b9d;font-weight:bold;color:#fff}.spacedRow{line-height:3em}.baseRow{background-color:#eff3fb}.altRow{background-color:#fff}.editRow{background-color:#2461bf}.selectedRow{background-color:#d1ddf1;font-weight:600;color:#333}.headerHighlight{font-weight:600;color:#38c;font-size:1.2em}.footerRow{background-color:#38c;font-weight:600;color:#fff}.pagerRow{background-color:#2461bf;color:#fff;text-align:center;margin:auto}.stortAscCellStyle{background-color:#f5f7fb}.stortAscHeadStyle{background-color:#6d95e1}.stortDescCellStyle{background-color:#e9ebef}.stortDescHeadStyle{background-color:#4870be}.GridPager{background-color:#ff7c50}.GridPager a,.GridPager span{display:block;height:2em;width:2em;text-align:center;vertical-align:baseline;text-decoration:none;background-color:#2461bf}.GridPager a{background-color:#f5f5f5;color:#969696}.GridPager span{background-color:#f2dca1;color:#000;font-weight:bold}.imgNoPad{margin-top:-3px;margin-bottom:-7px}@media all and (min-width:768px){#textWrapper{font-size:1em}#headData{margin-top:0}}@media all and (min-width:1024px){#textWrapper{font-size:1.2em}#headData{margin-top:0}}@media all and (min-width:1440px){#textWrapper{font-size:1.4em}#headData{margin-top:0}}@media all and (min-width:1600px){#textWrapper{font-size:1.6em}#headData{margin-top:0}}@media all and (min-width:1900px){#textWrapper{font-size:1.8em}#headData{margin-top:0}}@media all and (min-width:2200px){#textWrapper{font-size:2em}#headData{margin-top:0}}@media all and (max-width:767px){#textWrapper{font-size:.8em}#headData{margin-top:6px}}@media all and (max-width:480px){#textWrapper{font-size:.7em}#headData{margin-top:14px}}@media all and (max-width:320px){#textWrapper{font-size:.6em}#headData{margin-top:18px}} \ No newline at end of file