From 10a9ac393ea5a3b824e92307217c6e1b16753064 Mon Sep 17 00:00:00 2001 From: Daome Date: Sun, 19 Feb 2012 13:35:07 +0100 Subject: [PATCH] =?UTF-8?q?App.Utils.Iterator=20ajout=E9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/index.css | 8 +++-- css/messagebox.css | 12 +++++-- index.html | 45 +------------------------ js/faviconbuilder.coffee | 54 +++++++++++++++++++++++++++-- js/faviconbuilder.js | 73 ++++++++++++++++++++++++++++++++++++++-- 5 files changed, 137 insertions(+), 55 deletions(-) diff --git a/css/index.css b/css/index.css index ee223b5..49a1432 100644 --- a/css/index.css +++ b/css/index.css @@ -53,22 +53,24 @@ span.tip{ margin-left:auto; margin-right:auto; width:90%; + text-align: center; } .nav{ width:160px; } -.nav button:hover{ +.nav input[type=button]:hover{ background:#BBB; } -.nav button:active{ +.nav input[type=button]:active{ background:#888; color:#EEE; } -.nav button{ +.nav input[type=button]{ display:inline-block; background:#EEE; border:1px solid #AAA; width:150px; + height:20px; } canvas{ diff --git a/css/messagebox.css b/css/messagebox.css index bf6dd28..866c9b0 100644 --- a/css/messagebox.css +++ b/css/messagebox.css @@ -1,5 +1,4 @@ .messagebox.background{ - visibility:hidden; position: fixed; top:0; left:0; @@ -8,6 +7,11 @@ background: url('../img/messageboxbackground.png'); z-index: 1000; display: block; + -webkit-transition:all 1s; + -moz-transition:all 1s; + -o-transition:all 1s; + -ms-transition:all 1s; + transition:all 1s; } .messagebox .box{ position:relative; @@ -27,10 +31,12 @@ .messagebox .box .inner{ overflow:auto; - top:25%; - height:50%; + top:15%; + height:75%; z-index: 1003; background: #FFF; + border-radius:10px; + padding:15px: } diff --git a/index.html b/index.html index 3f5ab89..3299513 100644 --- a/index.html +++ b/index.html @@ -53,53 +53,10 @@

Color picker

Designed by M.PARAISO
-
+