Zionetrix::Git
Repositories
Help
Report an Issue
viewgit-addrepo-plugin
Code
Commits
Branches
Tags
Search
Tree:
1e7171e
Branches
Tags
master
viewgit-addrepo-plugin
addrepo
style.css
Initial commit
Benjamin Renard
commited
1e7171e
at 2013-08-21 14:38:18
style.css
Blame
History
Raw
h1.addrepo { background-color: #cfcfcf; border-bottom: 1px solid #666; border-top: 1px solid #666; padding: 6px 2px; } div.addrepo_error, div.addrepo_msg { width: 28em; padding: 0.5em; margin: 0.5em; text-align: center; } div.addrepo_error { color: #fff; background-color: #cb4545; border: 1px solid #f00; } div.addrepo_msg { color: #fff; background-color: #5dc85d; border: 1px solid #426f3a; } dl.addrepo { margin: 0; padding: 0; } dl.addrepo dt { position: relative; width: 8em; left: 0.2em; font-weight: bold; } dl.addrepo dd { margin-left: 9em; margin-top: -1.3em; padding: 0; } dl.addrepo dd input { width: 20em; } #addrepo_submit { background-color: #cfcfcf; border: 1px solid #666; padding: 6px; margin-top: 1em; margin-left: 12em; } #addrepo_btn { float: left; padding: 0.5em; background: #cfcfcf; -webkit-border-bottom-right-radius: 1em; -moz-border-radius-bottomright: 1em; border-bottom-right-radius: 1em; } #addrepo_btn a { text-decoration: none; font-weight: bold; font-size: 1.3em; }