Changeset 158:0feef9838bd0 for admin
- Timestamp:
- 05/05/11 07:43:36 (14 years ago)
- Branch:
- userprefs
- Location:
- admin
- Files:
-
- 1 added
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/blogs.php
r123 r158 84 84 { 85 85 if ($core->auth->isSuperAdmin()) { 86 echo '<p class="top-add"><a class="button add" href="blog.php"> <img src="images/add.png" alt="" />'.__('Create a new blog').'</a></p>';86 echo '<p class="top-add"><a class="button add" href="blog.php">'.__('Create a new blog').'</a></p>'; 87 87 } 88 88 -
admin/posts.php
r96 r158 232 232 echo 233 233 '<h2>'.html::escapeHTML($core->blog->name).' › '.__('Entries').'</h2>'. 234 '<p class="top-add"><a class="button add" href="post.php"> <img src="images/add.png" alt="" />'.__('New entry').'</a></p>';234 '<p class="top-add"><a class="button add" href="post.php">'.__('New entry').'</a></p>'; 235 235 236 236 if (!$show_filters) { -
admin/style/default.css
r148 r158 1180 1180 input[type=button], 1181 1181 a.button, 1182 a.button.add,1183 1182 a.back { 1184 1183 display: inline-block; … … 1196 1195 /* validation */ 1197 1196 input[type=submit], 1198 input[type=button], 1199 a.button.add { 1197 input[type=button] { 1200 1198 color: #fff; 1201 1199 border: 1px solid #2373A8; … … 1209 1207 input[type=submit]:focus, 1210 1208 input[type=reset]:focus, 1211 input[type=button]:focus, 1212 a.button.add:hover, 1213 a.button.add:focus { 1209 input[type=button]:focus { 1214 1210 background: #2373A8; 1215 1211 background: -webkit-gradient(linear, left top, left bottom, from(#2373A8), to(#2C8FD1)); … … 1268 1264 content: "\ab\a0"; 1269 1265 } 1266 a.button.add { 1267 -webkit-border-radius: .5em; 1268 -moz-border-radius: .5em; 1269 border-radius: .5em; 1270 margin-bottom: .1em; 1271 background: #2C8FD1 url(add.png) no-repeat .2em center; 1272 color: #fff; 1273 padding: .2em 1em .2em 28px; 1274 border: 1px solid #2373A8; 1275 } 1276 a.button.add:hover, a.button.add:focus { 1277 background-color: #2373A8; 1278 } -
admin/users.php
r70 r158 119 119 echo 120 120 '<h2>'.__('Users').'</h2>'. 121 '<p class="top-add"><strong><a class="button add" href="user.php"> <img src="images/add.png" alt="" />'.__('Create a new user').'</a></strong></p>';121 '<p class="top-add"><strong><a class="button add" href="user.php">'.__('Create a new user').'</a></strong></p>'; 122 122 123 123 if (!$show_filters) {
Note: See TracChangeset
for help on using the changeset viewer.