Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
6a69c2b2df fix typo 2025-02-09 11:48:40 +01:00
2 changed files with 29 additions and 23 deletions

View file

@ -28,7 +28,7 @@ body {
#topbar-first .nav > li > a,
#topbar-first .nav > li > button,
nav.navbar .nav > li > a,
nav.navbar .nav > li > button{
nav.navbar .nav > li > button {
color: #B0B3B8 !important;
}
@ -336,7 +336,7 @@ box-sizing: border-box;
float: right !important;
margin-left: 5px;
}
.panel-footer::after{
.panel-footer::after {
content: '';
display: block;
clear: both;
@ -622,7 +622,7 @@ aside .widget,
left: 105px;
}
.vote-event .wall-item-response:nth-of-type(2) .button-event::after,
[id^="attendno"]::after{
[id^="attendno"]::after {
content: 'Can\'t Go';
position: relative;
height: 20px;
@ -632,7 +632,7 @@ aside .widget,
left: 204px;
}
.vote-event .wall-item-response:nth-of-type(3) .button-event::after,
[id^="attendmaybe"]::after{
[id^="attendmaybe"]::after {
content: 'Maybe';
}
/* prevent "Like Like" and "Dislike Dislike" on photos */
@ -792,7 +792,7 @@ aside .widget,
}
#profile-jot-wrapper .wall-item-container.panel-body.preview {
border: none !important;
margin-top:20px !important;
margin-top: 20px !important;
border-radius: none !important;
background-color: transparent;
}
@ -830,7 +830,7 @@ aside .widget li.selected a {
font-weight: bold;
}
aside .widget li:hover {
background-color:rgba(128,128,128,.2) !important;
background-color: rgba(128,128,128,.2) !important;
border-color: transparent !important;
border-radius: 8px;
}
@ -1028,7 +1028,7 @@ aside .widget li:hover {
width: 140px !important;
}
}
@media screen and (max-width: 991px){
@media screen and (max-width: 991px) {
#search-box {
left: 15%;
}
@ -1040,8 +1040,8 @@ aside .widget li:hover {
margin-right: 42px;
}
}
@media screen and (max-width: 768px){
#topbar-first .navbar-toggle[data-target="#search-mobile"]{
@media screen and (max-width: 768px) {
#topbar-first .navbar-toggle[data-target="#search-mobile"] {
position: fixed !important;
left: 15%;
}
@ -1052,14 +1052,17 @@ aside .widget li:hover {
aspect-ratio: 5/4;
}
}
@media screen and (max-width: 480px){
#topbar-first .navbar-toggle[data-target="#search-mobile"]{
@media screen and (max-width: 480px) {
#topbar-first .navbar-toggle[data-target="#search-mobile"] {
left: 10%;
}
.topbar ul.nav {
position: relative !important;
left: 10% !important;
margin-left: 0!important;
}
#topbar-first .topbar-nav .nav-segment {
margin-right: 0px;
}
#search-save {
width: 100px !important;

View file

@ -30,7 +30,7 @@
#topbar-first .nav > li > a,
#topbar-first .nav > li > button,
nav.navbar .nav > li > a,
nav.navbar .nav > li > button{
nav.navbar .nav > li > button {
color: #65686C !important;
}
@ -293,7 +293,7 @@
float: right !important;
margin-left: 5px;
}
.panel-footer::after{
.panel-footer::after {
content: '';
display: block;
clear: both;
@ -345,7 +345,7 @@
margin-right: 10px;
line-height: 32px;
top: 6px;
position:relative;
position: relative;
}
#contact-edit-status-wrapper {
margin: 15px 0px !important;
@ -540,7 +540,7 @@
left: 105px;
}
.vote-event .wall-item-response:nth-of-type(2) .button-event::after,
[id^="attendno"]::after{
[id^="attendno"]::after {
content: 'Can\'t Go';
position: relative;
height: 20px;
@ -550,7 +550,7 @@
left: 204px;
}
.vote-event .wall-item-response:nth-of-type(3) .button-event::after,
[id^="attendmaybe"]::after{
[id^="attendmaybe"]::after {
content: 'Maybe';
}
/* prevent "Like Like" and "Dislike Dislike" on photos */
@ -705,7 +705,7 @@
}
#profile-jot-wrapper .wall-item-container.panel-body.preview {
border: none!important;
margin-top:20px !important;
margin-top: 20px !important;
border-radius: none !important;
background-color: transparent;
}
@ -765,7 +765,7 @@
font-weight: bold;
}
aside .widget li:hover {
background-color:rgba(255,255,255,1) !important;
background-color: rgba(255,255,255,1) !important;
border-color: transparent !important;
border-radius: 8px;
}
@ -961,7 +961,7 @@
width: 140px !important;
}
}
@media screen and (max-width: 991px){
@media screen and (max-width: 991px) {
#search-box {
left: 15%;
}
@ -973,8 +973,8 @@
margin-right: 42px;
}
}
@media screen and (max-width: 768px){
#topbar-first .navbar-toggle[data-target="#search-mobile"]{
@media screen and (max-width: 768px) {
#topbar-first .navbar-toggle[data-target="#search-mobile"] {
position: fixed !important;
left: 15%;
}
@ -985,8 +985,8 @@
aspect-ratio: 5/4;
}
}
@media screen and (max-width: 480px){
#topbar-first .navbar-toggle[data-target="#search-mobile"]{
@media screen and (max-width: 480px) {
#topbar-first .navbar-toggle[data-target="#search-mobile"] {
left: 10%;
}
.topbar ul.nav {
@ -994,6 +994,9 @@
left: 10% !important;
margin-left: 0!important;
}
#topbar-first .topbar-nav .nav-segment {
margin-right: 0px;
}
#search-save {
width: 100px !important;
}