Project

General

Profile

Feature #595

style the buttons

Added by Harjo Kompagnie over 11 years ago. Updated about 10 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Start date:
12/07/2012
Due date:
% Done:

0%

Estimated time:
Browser (if web client):

Description

First of all, thank you for this great module!!

I'm busy styling the thing, but I can't figure out, how to style the buttons? like font, font-size, front/back-color, default height?

History

#1

Updated by Robert Ivens over 11 years ago

Did you try something like this yet in your custom CSS ?

.formpart button.button
{
    font-size: 12px;
    background-color: #6666ff;
    padding: 5px 15px 5px 15px;
    color: #ffffff;
    border: 1px solid #0000ff;
    border-radius: 5px;
}

#2

Updated by Harjo Kompagnie over 11 years ago

Hi Robert,

is .formpart also really the name of the forms that are used in this module?
and have the buttons, already a style: button?
I do not fully understand how to implement this,

#3

Updated by Harjo Kompagnie about 11 years ago

Hi Robert,

we are still strugling with this.
can you please reply?

#4

Updated by Harjo Kompagnie over 10 years ago

HI Robert,

can you please reply? I'm still struggling with this.

#5

Updated by Harjo Kompagnie about 10 years ago

  • Status changed from New to Closed

fixed in latest version in trunk

Also available in: Atom PDF