1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-08-01 15:23:05 +00:00

Merge pull request #1236 from haiwen/ui-fix

[repo del confirm] fix
This commit is contained in:
Daniel Pan 2016-06-13 17:46:07 +08:00 committed by GitHub
commit dd89b0d6d5

View File

@ -1130,7 +1130,7 @@ textarea:-moz-placeholder {/* for FF */
/**** op confirm popup ****/
.op-confirm {
position:absolute;
padding:0 15px 6px;
padding:12px 15px;
background:#fff;
border:1px solid #ddd;
box-shadow: 0 2px 4px rgba(0,0,0,.2);