Roundcube Community Forum

 

Where is the CSS for the Send Now and Cancel button in compose

Started by mattfox27, October 05, 2010, 04:54:33 PM

Previous topic - Next topic

mattfox27

Im trying to adjust the spacing on the "Send Now" and "Cancel" button when composing a message.  Im using compose in new windows plugin if that matters.  Where is the css to adjust those?

JohnDoh

i dont know if the compose in new windows plugin uses different templates from normal so this might not help. chaning the css will change all buttons not just the ones on the compose screen so depending on what you want you might just want to edit the compose screen template in [rc root]/skins/[skin]/templates/compose.html . if you want to change the CSS then its in [rc root]/skins/[skin]/common.css
Roundcube Plugins: Contextmenu, SpamAssassin Prefs, and more...

mattfox27

What are the css tags?  I was looking in those areas but i wasn't sure what the specific css elements are.

Julius Caesar

Quote from: mattfox27;30596What are the css tags?  I was looking in those areas but i wasn't sure what the specific css elements are.

input.button
input.button:hover
input.mainaction
Julius Caesar

You can download the Groupvice4 theme here.
Sie können Groupvice4 hier he

mattfox27

Is that where you would adjust the text in the button...see picture below.


JohnDoh

i'm not sure what "adjust word spacing" means exactly but you can do 1 of 3 things:
*) adjust the css (will affact all buttons)
*) apply additional styles to just these buttons - edit the template file (will affect just these buttons)
*) alter the text by editing the values in your chosen localization file
Roundcube Plugins: Contextmenu, SpamAssassin Prefs, and more...