aboutsummaryrefslogtreecommitdiffhomepage
path: root/css/style.css
diff options
context:
space:
mode:
authornicosomb <nicolas@loeuillet.org>2013-04-15 14:09:58 +0200
committernicosomb <nicolas@loeuillet.org>2013-04-15 14:09:58 +0200
commitcf3180f6b8c552bbf7214d1ba72fbf1fc90ef861 (patch)
tree86d0cad24ed4891165d720a3bb19fffe6f55c73b /css/style.css
parent358ab47957de18183aa3d3f7a62b631cd131f41f (diff)
downloadwallabag-cf3180f6b8c552bbf7214d1ba72fbf1fc90ef861.tar.gz
wallabag-cf3180f6b8c552bbf7214d1ba72fbf1fc90ef861.tar.zst
wallabag-cf3180f6b8c552bbf7214d1ba72fbf1fc90ef861.zip
vérificatio CSRF et mise en page
Diffstat (limited to 'css/style.css')
-rw-r--r--css/style.css50
1 files changed, 40 insertions, 10 deletions
diff --git a/css/style.css b/css/style.css
index 959a411a..d77fb9e7 100644
--- a/css/style.css
+++ b/css/style.css
@@ -65,6 +65,16 @@ footer {
65 cursor: pointer; 65 cursor: pointer;
66} 66}
67 67
68input[type=submit].delete {
69 background : url('../img/delete.png') no-repeat center center;
70 width : 16px;
71 height :16px;
72 border : none;
73 color : transparent;
74 cursor: pointer;
75 font-size : 0;
76}
77
68#main #content { 78#main #content {
69 margin-top: 20px; 79 margin-top: 20px;
70} 80}
@@ -77,13 +87,15 @@ footer {
77 min-height: 8em; 87 min-height: 8em;
78 -webkit-border-radius: 2px; 88 -webkit-border-radius: 2px;
79 border-radius: 2px; 89 border-radius: 2px;
80 -webkit-box-shadow: 0px 0px 2px -1px #000; 90 -webkit-box-shadow: 0px 0px 6px -1px #000;
81 box-shadow: 0px 0px 2px -1px #000; 91 box-shadow: 0px 0px 6px -1px #000;
82 width: 30%; 92 width: 30%;
83 margin: 10px; 93 margin: 10px;
84 float: left; 94 float: left;
85} 95}
86 96#main .entrie h2 {
97 width: 95%;
98}
87#main .entrie h2 a { 99#main .entrie h2 a {
88 text-decoration: none; 100 text-decoration: none;
89} 101}
@@ -92,20 +104,38 @@ footer {
92 color: #F5BE00; 104 color: #F5BE00;
93} 105}
94 106
95#main .entrie .tools { 107.tools {
96 position:absolute; 108 position: absolute;
97 bottom: 0; 109 top: 20px;
98 width: 100%; 110 right: 20px;
111 width: 30px;
99 text-align: right; 112 text-align: right;
100 margin-left: -20px; 113}
114
115.tools ul {
116 padding: 0; margin: 0;
117 list-style-type: none;
118}
119
120.tools ul li {
121 line-height: 20px;
122}
123
124.tools a.tool {
125 cursor: pointer;
101} 126}
102 127
103#article .tools { 128#article .tools {
129 position: relative;
104 display: inline; 130 display: inline;
131 top: 0px;
132 right: 0px;
133 width: 100%;
134 text-align: left;
105} 135}
106 136
107#article .tools a.tool { 137#article.tools ul li{
108 cursor: pointer; 138 display: inline;
109} 139}
110 140
111#main .entrie .tools a.tool span, #article .tools a.tool span { 141#main .entrie .tools a.tool span, #article .tools a.tool span {