Author Topic: Where is the CSS for the Send Now and Cancel button in compose  (Read 3221 times)

Offline mattfox27

  • Jr. Member
  • **
  • Posts: 53
Where is the CSS for the Send Now and Cancel button in compose
« on: October 05, 2010, 04:54:33 PM »
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?

Offline JohnDoh

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 2,855
Where is the CSS for the Send Now and Cancel button in compose
« Reply #1 on: October 06, 2010, 01:54:24 AM »
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…

Offline mattfox27

  • Jr. Member
  • **
  • Posts: 53
Where is the CSS for the Send Now and Cancel button in compose
« Reply #2 on: October 06, 2010, 03:31:40 AM »
What are the css tags?  I was looking in those areas but i wasn't sure what the specific css elements are.

Offline Julius Caesar

  • Global Moderator
  • Sr. Member
  • *****
  • Posts: 498
    • http://www.de-keizer.net/
Where is the CSS for the Send Now and Cancel button in compose
« Reply #3 on: October 06, 2010, 03:42:34 AM »
Quote from: mattfox27;30596
What are the css tags?  I was looking in those areas but i wasn't sure what the specific css elements are.


Code: [Select]
input.button
input.button:hover
input.mainaction
Julius Caesar

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

Offline mattfox27

  • Jr. Member
  • **
  • Posts: 53
Where is the CSS for the Send Now and Cancel button in compose
« Reply #4 on: October 06, 2010, 06:23:02 PM »
Is that where you would adjust the text in the button...see picture below.


Offline JohnDoh

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 2,855
Where is the CSS for the Send Now and Cancel button in compose
« Reply #5 on: October 07, 2010, 01:56:54 AM »
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…