|
|
@@ -97,7 +97,7 @@ form th {
|
|
|
}
|
|
|
|
|
|
.form-group.form-actions .btn {
|
|
|
- margin: 0 20px 0 0;
|
|
|
+ margin: 0 0 0 20px;
|
|
|
}
|
|
|
|
|
|
.form-group .group-name {
|
|
|
@@ -268,7 +268,7 @@ a.btn {
|
|
|
|
|
|
.nav-list .item > span {
|
|
|
font-style: italic;
|
|
|
- color: #888888;
|
|
|
+ color: #888;
|
|
|
}
|
|
|
|
|
|
.nav-list a:hover {
|
|
|
@@ -741,6 +741,7 @@ a.btn {
|
|
|
|
|
|
/*=== New article notification */
|
|
|
#new-article {
|
|
|
+ padding: 1em;
|
|
|
background: #0084cc;
|
|
|
text-align: center;
|
|
|
font-size: 0.9em;
|
|
|
@@ -751,7 +752,6 @@ a.btn {
|
|
|
}
|
|
|
|
|
|
#new-article > a {
|
|
|
- line-height: 3em;
|
|
|
color: #fff;
|
|
|
font-weight: bold;
|
|
|
}
|
|
|
@@ -1197,10 +1197,10 @@ a.btn {
|
|
|
}
|
|
|
|
|
|
.form-group.form-actions {
|
|
|
- margin-left: -15px;
|
|
|
margin-right: -15px;
|
|
|
- padding-left: 15px;
|
|
|
+ margin-left: -15px;
|
|
|
padding-right: 15px;
|
|
|
+ padding-left: 15px;
|
|
|
}
|
|
|
|
|
|
.day .name {
|