mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 09:42:36 +02:00
featured sites css update. tidy up dashboard
make images 100% width fix up some layout issues in the dashboard
This commit is contained in:
parent
98fcadd170
commit
8db0937199
4 changed files with 7 additions and 6 deletions
|
@ -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%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -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; }
|
||||||
|
|
2
public/assets/css/neo.min.css
vendored
2
public/assets/css/neo.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -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> <font style="font-size: 20pt">#{file.filename}</font>
|
<i class="icon-picture icon-3x"></i> <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><img src="/#{file.filename}"></small></code>
|
| To use in an HTML file, paste this text: <code class="tiny" style="margin:0"><img src="/#{file.filename}"></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 />
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue