mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-16 15:19:06 +00:00
change publish wiki custom URL (#6817)
This commit is contained in:
@@ -346,3 +346,8 @@ img[src=""],img:not([src]) { /* for first loading img*/
|
||||
align-items: center;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.sf-tip-default {
|
||||
font-size: 13px;
|
||||
color: #666;
|
||||
}
|
||||
|
24
frontend/src/css/publish-wiki-dialog.css
Normal file
24
frontend/src/css/publish-wiki-dialog.css
Normal file
@@ -0,0 +1,24 @@
|
||||
.publish-wiki-custom-url-inputs .input-pretext {
|
||||
position: absolute;
|
||||
left: 12px;
|
||||
top: 0;
|
||||
height: 38px;
|
||||
line-height: 38px;
|
||||
z-index: 1;
|
||||
color: #666;
|
||||
}
|
||||
|
||||
.publish-wiki-custom-url-inputs .publish-wiki-custom-url-input {
|
||||
background-color: transparent;
|
||||
border-radius: 4px 0 0 4px !important;
|
||||
border-right: none;
|
||||
}
|
||||
|
||||
.publish-wiki-custom-url-inputs .input-group-text {
|
||||
padding: 0;
|
||||
border: none;
|
||||
}
|
||||
|
||||
.publish-wiki-custom-url-inputs .input-group-text .btn {
|
||||
border-radius: 0 4px 4px 0;
|
||||
}
|
Reference in New Issue
Block a user