jQuery UI Themes -


So I've downloaded and linked a jQuery UI theme, but they do not like this on the site. Buttons are too big and there is such a text too.

  & lt; Link rel = "stylesheet" type = "text / css" href = "/ css / trontastic / jquery-ui-1.8.2 .custom.css" & gt; $ ('#delete'). Dialog ({Model: true, auto open: incorrect, title: "delete?", Button: {"yes": function () {$ (this) .dialog ('close'); $ ('Li #' + $ Id) .remove (); $ ('.nav'). SortUpdate ();}, "no": function () {$ (this) .dialog ('close');}}, dragable: false , Resizable: false}};  

Am I missing something or what is the additional CSS that I have to encode? Thanksgiving

The font size in jQuery themes is all relative sizes using all the scales. Start by setting the font-size in body tags, the theme will work with it

Use of all jQuery demos:

  body {font-size: 62.5%; }  

As found in the jQuery demo CSS file:

or try setting settings like this:

  & Lt; Body style = "font-size: 72%;" & Gt; ... etc ... & lt; / Body & gt;  

Comments

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -