|
@@ -1,10 +1,5 @@
|
|
|
.kibela {
|
|
.kibela {
|
|
|
|
|
|
|
|
- /* h1 横のアイコン */
|
|
|
|
|
-
|
|
|
|
|
- h1,.revision-head-link, .revision-head-button, .icon-link, .icon-note {
|
|
|
|
|
- color: black;
|
|
|
|
|
- }
|
|
|
|
|
.icon-link, .CodeMirror-hint-active, .nav-main-left-tab, .tav-pane, .active {
|
|
.icon-link, .CodeMirror-hint-active, .nav-main-left-tab, .tav-pane, .active {
|
|
|
color: #5882FA;
|
|
color: #5882FA;
|
|
|
}
|
|
}
|
|
@@ -97,31 +92,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- @media screen and (max-width: 770px) {
|
|
|
|
|
|
|
+ @media screen and (max-width: 790px) {
|
|
|
|
|
|
|
|
.search-top, .navbar-toggle {
|
|
.search-top, .navbar-toggle {
|
|
|
display: none !important;
|
|
display: none !important;
|
|
|
}
|
|
}
|
|
|
- @media screen and (max-width: 500px) {
|
|
|
|
|
|
|
+ @media screen and (max-width: 540px) {
|
|
|
|
|
|
|
|
.user-name {
|
|
.user-name {
|
|
|
display: none;
|
|
display: none;
|
|
|
}
|
|
}
|
|
|
.navbar-right {
|
|
.navbar-right {
|
|
|
- width: 65%;
|
|
|
|
|
|
|
+ width: 80%;
|
|
|
li {
|
|
li {
|
|
|
text-align: center;
|
|
text-align: center;
|
|
|
- width: 30%;
|
|
|
|
|
|
|
+ width: 25%;
|
|
|
a {
|
|
a {
|
|
|
margin-right: 0px;
|
|
margin-right: 0px;
|
|
|
}
|
|
}
|
|
|
.create-page {
|
|
.create-page {
|
|
|
- width: 60px;
|
|
|
|
|
|
|
+ width: 100%;
|
|
|
}
|
|
}
|
|
|
.dropdown {
|
|
.dropdown {
|
|
|
text-align: center;
|
|
text-align: center;
|
|
|
.dropdown-toggle {
|
|
.dropdown-toggle {
|
|
|
- padding-left: 2em;
|
|
|
|
|
|
|
+ padding-left: 0em;
|
|
|
margin-right: 0px;
|
|
margin-right: 0px;
|
|
|
width: 100%;
|
|
width: 100%;
|
|
|
}
|
|
}
|