git.p6c8.net
/
jirafeau_project.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fixed Docker README
[jirafeau_project.git]
/
media
/
elegantish
/
elegantish.css
diff --git
a/media/elegantish/elegantish.css
b/media/elegantish/elegantish.css
index cb18864dcd3cc06a5f28f6efece05d83d0ffc589..7e04ac8624353de5512fa9f930406815d410d40b 100644
(file)
--- a/
media/elegantish/elegantish.css
+++ b/
media/elegantish/elegantish.css
@@
-36,7
+36,7
@@
@import url(https://fonts.googleapis.com/css?family=Open+Sans|Lobster);
body {
@import url(https://fonts.googleapis.com/css?family=Open+Sans|Lobster);
body {
- background: #
#
050505;
+ background: #050505;
background-image: url("bg1.png"), url("bg2.png");
background-repeat: repeat-x, repeat;
font-family: 'Lobster', cursive;
background-image: url("bg1.png"), url("bg2.png");
background-repeat: repeat-x, repeat;
font-family: 'Lobster', cursive;
@@
-124,7
+124,8
@@
input[type="submit"]:focus {
font-family: 'Lobster', cursive;
border: 0;
position: relative;
font-family: 'Lobster', cursive;
border: 0;
position: relative;
- top: 5px;
+ background: #085B69;
+ border-bottom: 5px solid #157EFB;
margin-bottom: 15px;
}
margin-bottom: 15px;
}
@@
-150,16
+151,19
@@
input[type="submit"]:focus {
}
#file_select {
}
#file_select {
- position: absolute;
- top: 0;
- left: 0;
+ position: relative;
width: 100%;
width: 100%;
- height: 1
00%
;
+ height: 1
6em
;
cursor: pointer;
opacity: 0;
}
cursor: pointer;
opacity: 0;
}
-
-
+#upload.file-selected #file_select {
+ opacity: 1;
+ height: 2em;
+}
+#upload.file-selected fieldset {
+ background-image: none;
+}
/* ==========================================================================
2 = Copyright
/* ==========================================================================
2 = Copyright
@@
-272,9
+276,13
@@
input[type="submit"]:focus {
font-weight: bold;
}
font-weight: bold;
}
+#upload_link_email {
+ margin-left: 10px;
+}
+
#upload_image_email {
#upload_image_email {
+ padding-bottom: 15px;
padding-left: 20px;
padding-left: 20px;
- margin-left: 10px;
background: url(email.png) no-repeat;
}
background: url(email.png) no-repeat;
}
patrick-canterino.de