mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2025-09-19 04:04:47 -04:00
Change alert to loading info message
This commit is contained in:
parent
7bbb273c1c
commit
f9149595c9
9 changed files with 21 additions and 13 deletions
|
@ -98,6 +98,10 @@ body.navbar-spacing {
|
|||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.smallErrorText {
|
||||
font-size: 80%;
|
||||
}
|
||||
|
||||
.comment {
|
||||
border-left: 1px solid #ccc;
|
||||
padding: 5px 0 5px 10px;
|
||||
|
|
|
@ -117,7 +117,7 @@ h3.title {
|
|||
#pasteresult {
|
||||
background-color: #1F2833;
|
||||
color: #fff;
|
||||
padding: 4px 12px;
|
||||
padding: 4px 12px;
|
||||
clear: both;
|
||||
-moz-box-shadow: inset 0 2px 2px #000;
|
||||
-webkit-box-shadow: inset 0 2px 2px #000;
|
||||
|
@ -285,6 +285,10 @@ input {
|
|||
color:#ff0;
|
||||
}
|
||||
|
||||
.smallErrorText {
|
||||
font-size: 80%;
|
||||
}
|
||||
|
||||
/* --- discussion related CSS ------- */
|
||||
|
||||
#discussion { /* Discussion container */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue