[ticket/690] Add Kirk's changes from 3.3.x version
B3P-690
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 102 B |
Binary file not shown.
|
Before Width: | Height: | Size: 103 B |
BIN
styles/prosilver/theme/images/portal/icon_portal_search.png
Normal file
BIN
styles/prosilver/theme/images/portal/icon_portal_search.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 813 B |
Binary file not shown.
|
Before Width: | Height: | Size: 144 B |
BIN
styles/prosilver/theme/images/portal/portal_weather.png
Normal file
BIN
styles/prosilver/theme/images/portal/portal_weather.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.4 KiB |
@@ -1,5 +1,17 @@
|
||||
/* main menu, user menu and the links */
|
||||
|
||||
.content li {
|
||||
list-style-type: inherit !important;
|
||||
}
|
||||
|
||||
a {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
ul {
|
||||
list-style-type: disc !important;
|
||||
}
|
||||
|
||||
.portal-navigation{
|
||||
width: auto;
|
||||
}
|
||||
@@ -122,10 +134,6 @@
|
||||
min-height: 1em;
|
||||
}
|
||||
|
||||
.content li {
|
||||
list-style-type: inherit !important;
|
||||
}
|
||||
|
||||
.portal-stylechanger-select {
|
||||
width: 150px;
|
||||
}
|
||||
@@ -205,7 +213,8 @@ a.portal-forumtitle {
|
||||
}
|
||||
|
||||
.portal-poll-side-option-info {
|
||||
width: 30% !important;
|
||||
width: 58% !important;
|
||||
float: right !important;
|
||||
}
|
||||
|
||||
.portal-poll-side-checkbox {
|
||||
@@ -214,6 +223,7 @@ a.portal-forumtitle {
|
||||
|
||||
.portal-poll-side-checkbox input {
|
||||
vertical-align: top;
|
||||
margin-left: 39px;
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
@@ -234,6 +244,7 @@ a.portal-forumtitle {
|
||||
|
||||
.portal-calendar-days-title td, .portal-calendar-days td {
|
||||
width: 14%;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.portal-calendar-days-title span {
|
||||
@@ -617,4 +628,11 @@ dd.responsive-portal-news:last-of-type, dd.responsive-portal-announcements:last-
|
||||
.fa-backward, .fa-forward {
|
||||
font-size: 1.4em;
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
}
|
||||
|
||||
.icon_portal_search {
|
||||
background-image: url("../../prosilver/theme/images/portal/icon_portal_search.png") !important;
|
||||
background-position: left 1px;
|
||||
background-repeat: no-repeat;
|
||||
padding-left: 17px;
|
||||
}
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
@media only screen and (max-width: 1040px), only screen and (max-device-width: 1040px)
|
||||
{
|
||||
@media (max-width: 1040px) {
|
||||
.responsive-portal-announcements dd.views { display: none !important; }
|
||||
dd.responsive-portal-announcements { display: none !important; }
|
||||
|
||||
@@ -21,8 +20,7 @@
|
||||
#portal-forumlist dl.icon dt { width: 125% !important; }
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 895px), only screen and (max-device-width: 895px)
|
||||
{
|
||||
@media (max-width: 895px) {
|
||||
div#portal-right {
|
||||
width: 49% !important;
|
||||
margin-left: 1% !important;
|
||||
@@ -53,8 +51,7 @@
|
||||
.responsive-portal-announcements dt { width: 100% !important; }
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 700px), only screen and (max-device-width: 700px)
|
||||
{
|
||||
@media (max-width: 700px) {
|
||||
.responsive-portal-news dd.lastpost, .responsive-portal-announcements dd.lastpost { display: none !important; }
|
||||
.responsive-portal-news dt .list-inner, .responsive-portal-announcements dt .list-inner { margin-right: 0 !important; }
|
||||
.responsive-portal-news dt, .responsive-portal-announcements dt { width: 100% !important; }
|
||||
@@ -70,6 +67,11 @@
|
||||
float: right !important;
|
||||
}
|
||||
|
||||
.row .pagination .ellipsis + li {
|
||||
display: inline !important;
|
||||
vertical-align: bottom !important;
|
||||
}
|
||||
|
||||
#portal-forumlist dl.icon dt { width: 100% !important; }
|
||||
#portal-left ul.topiclist dd, #portal-right ul.topiclist dd { display: block !important; }
|
||||
.portal-responsive-show { display: block !important; }
|
||||
@@ -84,4 +86,17 @@
|
||||
margin-right: 0 !important;
|
||||
padding-left: 0 !important;
|
||||
}
|
||||
|
||||
.b3p-jumpbox {
|
||||
margin: 15px auto;
|
||||
}
|
||||
.b3p-copyright {
|
||||
clear: both;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 500px) {
|
||||
.portal-news-pagination .pagination {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user