This commit is contained in:
parent
44c487ff48
commit
ee74807cc9
@ -316,25 +316,32 @@ popup popup-window popup-content input, select {
|
|||||||
margin: 80px auto 0;
|
margin: 80px auto 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#newMangaPopup > div > #newMangaConnector, #newMangaTitle {
|
#newMangaPopup > div > #newMangaConnector, #newMangaTitle, #newMangaTranslatedLanguage {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
height: 40px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#newMangaPopup #newMangaConnector {
|
#newMangaPopup #newMangaConnector {
|
||||||
height: 40px;
|
|
||||||
width: 100px;
|
width: 100px;
|
||||||
padding: 0 0 0 5px;
|
padding: 0 0 0 5px;
|
||||||
border-radius: 5px 0 0 5px;
|
border-radius: 5px 0 0 5px;
|
||||||
|
border: 0;
|
||||||
border-right: 1px solid darkgray;
|
border-right: 1px solid darkgray;
|
||||||
}
|
}
|
||||||
|
|
||||||
#newMangaPopup #newMangaTitle{
|
#newMangaPopup #newMangaTitle{
|
||||||
height: 40px;
|
width: 445px;
|
||||||
width: 495px;
|
padding: 0 5px 0 5px;
|
||||||
padding: 0 0 0 5px;
|
border: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
#newMangaPopup #newMangaTranslatedLanguage {
|
||||||
|
width: 45px;
|
||||||
border-radius: 0 5px 5px 0;
|
border-radius: 0 5px 5px 0;
|
||||||
border: 0;
|
border: 0;
|
||||||
|
border-left: 1px solid darkgray;
|
||||||
|
margin-left: -5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#newMangaResult {
|
#newMangaResult {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user