Skip to content

Commit

Permalink
Merge pull request #26 from mariez/master
Browse files Browse the repository at this point in the history
capitalize first letter on action buttons and fix bug on view campaing page
  • Loading branch information
tarekdj committed Jul 1, 2016
2 parents 143373e + 67e92ea commit 18a0541
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions css/style.css
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

0 comments on commit 18a0541

Please sign in to comment.