1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-08-23 17:20:29 +00:00

modified ui of repo-share popup

This commit is contained in:
llj 2013-07-01 14:56:59 +08:00
parent aa47de5f41
commit e70e0977c6

View File

@ -1519,7 +1519,8 @@ textarea:-moz-placeholder {/* for FF */
}
#repo-share-tabs-nav .ui-state-active,
.tab-popup .ui-tabs ,
.tab-popup .ui-state-active a {
.tab-popup .ui-state-active a,
.tab-popup .bot {
background:#fafafa;
}
#repo-share-tabs-nav .ui-state-active,
@ -1534,8 +1535,7 @@ textarea:-moz-placeholder {/* for FF */
}
.tab-popup .bot {
padding:1em 1.4em;
background:#f8f7f8;
border-top:1px solid #eee;
border-top:1px solid #ddd;
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
}