Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

capitalize first letter on action buttons and fix bug on view campaing page #26

Merged
merged 2 commits into from
Jul 1, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 4 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,9 @@ tr .listingname a:hover, tr .listingelement a:hover { text-decoration:none}

/******************************* 10. ICONS AND BUTTONS */

a.action-button{line-height:1.5 !important;display:inline-block;padding:3px !important;text-align:center; }
a.action-button::first-letter {text-transform:uppercase}

/* login/logout buttons */
#logged { float:left; margin-top:15px; float:right}
#login, #logout { padding:2px 12px 4px 30px; border-width:1px; border-style:solid; -webkit-border-radius:15px; -moz-border-radius:15px; border-radius:15px}
Expand Down Expand Up @@ -529,6 +532,7 @@ table.messagesendstats { float:right; margin-right:10px}
#messagefilterform select { width:100px; float:left; margin:0px 3px;height:28px;padding:4px}
#messagefilterform select.numppOptions { width:50px}
#messagefilterform { border-width:1px;border-style:solid;padding:4px 8px;-webkit-border-radius:8px; -moz-border-radius:8px; border-radius:8px}
body.message table.messageView td img { max-width:100% !important;height:auto !important}

/* user page */
table.userAdd .dataname { width:auto}
Expand Down