featured sites css update. tidy up dashboard

make images 100% width

fix up some layout issues in the dashboard
This commit is contained in:
Scott O'Hara 2013-07-14 12:43:57 -04:00
parent 98fcadd170
commit 8db0937199
4 changed files with 7 additions and 6 deletions

View file

@ -52,6 +52,7 @@
@include box-shadow($bs-4); @include box-shadow($bs-4);
display:block; display:block;
padding:$spacing*2; padding:$spacing*2;
width:100%;
} }
} }
} }

View file

@ -1202,7 +1202,8 @@ a {
-webkit-box-shadow: 0 8px 8px -8px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0 8px 8px -8px rgba(0, 0, 0, 0.2);
box-shadow: 0 8px 8px -8px rgba(0, 0, 0, 0.2); box-shadow: 0 8px 8px -8px rgba(0, 0, 0, 0.2);
display: block; display: block;
padding: 8px; } padding: 8px;
width: 100%; }
.twitter-tweet.twitter-tweet-rendered { .twitter-tweet.twitter-tweet-rendered {
margin: 0 auto 30px !important; } margin: 0 auto 30px !important; }

File diff suppressed because one or more lines are too long

View file

@ -46,9 +46,8 @@ javascript:
a href="#" onclick="confirmFileDelete('#{file.filename}')" Delete a href="#" onclick="confirmFileDelete('#{file.filename}')" Delete
- else - else
<i class="icon-picture icon-3x"></i>&nbsp;&nbsp; <font style="font-size: 20pt">#{file.filename}</font> <i class="icon-picture icon-3x"></i>&nbsp;&nbsp; <font style="font-size: 20pt">#{file.filename}</font>
div style="margin-top: 3px; margin-bottom: 30px" div style="margin-top: 3px; margin-bottom:10px"
| To use in an HTML file, paste this text: <code><small>&lt;img src="/#{file.filename}"&gt;</small></code> | To use in an HTML file, paste this text: <code class="tiny" style="margin:0">&lt;img src="/#{file.filename}"&gt;</code>
<br>
a href="http://#{current_site.username}.neocities.org/#{file.filename}" target="_blank" View <br> a href="http://#{current_site.username}.neocities.org/#{file.filename}" target="_blank" View <br>
a href="#" onclick="confirmFileDelete('#{file.filename}')" Delete a href="#" onclick="confirmFileDelete('#{file.filename}')" Delete
@ -72,7 +71,7 @@ javascript:
div div
a href="/site_files/new" class="btn-Action" style="margin-bottom:20px" Upload New File a href="/site_files/new" class="btn-Action" style="margin-bottom:20px" Upload New File
div div
a href="/site_files/new_page" class="btn-Action" style="margin-bottom: 20px" Create New HTML Page a href="/site_files/new_page" class="btn-Action" Create New HTML Page
<hr /> <hr />