aboutsummaryrefslogtreecommitdiff
path: root/public/theme/base.css
diff options
context:
space:
mode:
authorGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2012-10-23 22:33:16 +0200
committerGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2012-10-23 22:33:16 +0200
commit5383f6206c6dfc7f2fe2376c12ce8879783e3506 (patch)
tree5722d302bd43a0c74567e87aaf380f8ac11396e2 /public/theme/base.css
parentfca236dc6d6ff6e09182c560f3566904cbc7a70a (diff)
ajout fonction importation fichiers OPMs OPML
Diffstat (limited to 'public/theme/base.css')
-rw-r--r--public/theme/base.css19
1 files changed, 1 insertions, 18 deletions
diff --git a/public/theme/base.css b/public/theme/base.css
index e4bb55081..f15c51826 100644
--- a/public/theme/base.css
+++ b/public/theme/base.css
@@ -14,23 +14,6 @@ a {
a:hover {
text-decoration: underline;
}
- a.add, a.update, a.delete, a.back {
- height: 30px;
- padding: 0 20px;
- line-height: 30px;
- }
- a.add {
- background: url("img/add.png") no-repeat left 3px;
- }
- a.update {
- background: url("img/update.png") no-repeat left 3px;
- }
- a.delete {
- background: url("img/delete.png") no-repeat left 3px;
- }
- a.back {
- background: url("img/back.png") no-repeat left 5px;
- }
/* LISTES */
ul, ol {
@@ -89,7 +72,7 @@ form {
line-height: 150%;
font-family: Monospace;
}
- input[type="submit"] {
+ input[type="submit"], button {
width: 100%;
margin: 5px 0 5px;
padding: 5px 0;