Barbara Borges Ribeiro
f8a7257af3
improved defaultAlignment function and changed names of spacing value options
2016-03-15 16:47:35 +00:00
Barbara Borges Ribeiro
4703028988
actually with multiple tables, their ids would all be identical (bad), so switched back to using classes to gain specificity
2016-03-15 00:55:48 +00:00
Barbara Borges Ribeiro
87523cdbd5
created table id to add css specificity
2016-03-15 00:38:18 +00:00
Barbara Borges Ribeiro
2eeb94e39c
changed bordered to spacing with four possible values, rather than only two
2016-03-14 22:48:55 +00:00
Barbara Borges Ribeiro
b14b7b00c2
actually padding is necessary for headers too
2016-03-14 14:57:38 +00:00
Barbara Borges Ribeiro
248bfcccda
padding on all cells
2016-03-14 14:54:31 +00:00
Barbara Borges Ribeiro
d0e3279a67
aesthethics
2016-03-08 17:00:42 +00:00
Barbara Borges Ribeiro
c10cd4b474
removed unnecessary css, and garbage collection for renderBootstrapTable
2016-03-07 12:33:43 +00:00
Barbara Borges Ribeiro
a9ba0fdb0b
added arguments, minimal functional code
2016-03-04 15:13:07 +00:00
Barbara Borges Ribeiro
057d160392
changes to make function compatible with table demo app
2016-03-03 15:54:59 +00:00
Barbara Borges Ribeiro
6b2899c219
fixed small width bug
2016-03-02 15:22:16 +00:00
Barbara Borges Ribeiro
d778e81f42
aesthetic changes
2016-03-02 14:03:56 +00:00
Winston Chang
b909a3e05c
Allow brush resizing
2015-04-16 23:40:07 -05:00
Winston Chang
bdd925886a
Show grab and grabbing cursor with brush
2015-03-11 23:09:51 -05:00
Winston Chang
69aec85882
Fix label spacing for inline checkbox and radio
2015-02-05 12:46:54 -06:00
Winston Chang
425489c74b
Control width for non-selectize select inputs
2015-01-26 22:31:30 -06:00
Winston Chang
f066a4bdf4
Negative margin for checkboxes/radios only after label ( #678 )
2015-01-09 14:48:16 -06:00
Jonathan McPherson
e1469a1e44
suppress Bootstrap top margin around radios and checkboxes in Qt5
2015-01-08 10:49:16 -08:00
Winston Chang
2c21989b47
Don't limit width of inline inputs. Fixes #675
2014-12-15 12:22:31 -06:00
Winston Chang
5431fa1405
Remove unused jslider css entries
2014-12-11 10:24:29 -06:00
Winston Chang
9ebc3e5eec
Fix file input appearance for Bootstrap 3
2014-11-26 19:34:27 -06:00
Winston Chang
7b3e9ab031
Limit width of inputs
2014-11-26 14:16:40 -06:00
Winston Chang
39148a99d0
Make sure progress bars draw above other Bootstrap components
2014-11-24 13:52:08 -06:00
Winston Chang
fd8990b294
Fix appearance of labels for checkbox group and radio buttons
2014-11-20 13:55:53 -06:00
Winston Chang
eb34f5e058
Don't limit text/number/select input width
2014-11-20 13:48:19 -06:00
Winston Chang
bf0a2d3c6c
Fixes for progress bars with Bootstrap 3
2014-11-18 21:26:39 -06:00
Winston Chang
c3e5b4fa36
Set width of divs inside of flowLayout
2014-11-17 14:43:34 -06:00
Winston Chang
3d8c38b558
Reduce spacing above sliders
2014-11-17 14:43:34 -06:00
Winston Chang
0f2d0a33b4
Adjust CSS for slider and selectize
...
This makes sliders and selectize inputs have width 100%, just like other
inputs with Bootstrap 3.
2014-11-17 14:43:34 -06:00
Winston Chang
6da3fcf446
Add container for all progress items
2014-08-04 16:01:47 -05:00
Winston Chang
64158eac43
Make progress position more customizable
2014-08-01 21:11:03 -05:00
Winston Chang
a531c306f1
Make progress bar show on top
2014-07-30 14:15:42 -05:00
Winston Chang
aa093659a0
Copy over progress code from shinyIncubator
2014-07-30 14:15:40 -05:00
Joe Cheng
e84a76cebd
Merge pull request #457 from yihui/feature/unsatisfied-input
...
A first attempt of the custom error type for unsatisfied input dependencies
2014-05-08 16:12:58 -07:00
Joe Cheng
18d0f45cf9
Refactoring/renaming of validation
...
- validateInput renamed to validate
- validateCondition renamed to need
- Removed ability to provide "bare" conditions. It is
still possible to fail validation silently by passing
FALSE as the second argument to need()
- Rather than using a two-element list to convey results,
use a single result protocol; NULL is success, FALSE is
silent failure, string is failure with message
- Tweak "missing input" semantics, add tests
2014-05-07 16:09:06 -07:00
Joe Cheng
8668ddce74
Tweak padding
2014-05-02 12:21:34 -07:00
Joe Cheng
13864a811d
Add inputPanel
2014-05-02 12:06:15 -07:00
Joe Cheng
5b65e4b250
Replace horizontalLayout with flowLayout; add splitLayout
2014-05-02 12:06:15 -07:00
Joe Cheng
bf82b9742a
Use standardized widths for selectize/jslider
...
The 100% width worked well inside of a sidebar, but in other situations
like full-width columns or zero-min-width tables a fixed width is better.
If there's demand we can add parameters for setting the width to custom
values including 100%.
2014-05-02 12:06:14 -07:00
Joe Cheng
829a466f72
New horizontalLayout function; put elements in a single table row
2014-05-02 12:06:14 -07:00
Joe Cheng
f8bf146b6c
Render functions can be inserted directly into .Rmd
...
All render functions need to call markRenderFunction on their
return values for this mechanism to work.
Also:
- Remove runRmdContainer (it's moved to rmarkdown)
- Remove some bad .Rbuildignore entries
- Make height/width in shinyApp respected
2014-04-09 14:53:56 -07:00
Yihui Xie
2c467c00e1
10px bottom margin for selectize input
2014-03-04 16:53:29 -08:00
Joe Cheng
75d8cee766
Fix issue #395 : Monospace fonts broken on QtWebKit
2014-02-17 11:31:39 -08:00
Jonathan McPherson
32381679f2
update display.mode parameter and width for inputs
2014-01-07 15:50:43 -08:00
Jonathan McPherson
8a08468a73
improve code density and zoomed display of inputs
2014-01-06 14:45:05 -08:00
Jonathan McPherson
712f18f4e8
clean up some comments and accidentally introduced whitespace changes
2013-12-23 15:04:05 -08:00
Jonathan McPherson
f061e3486e
move showcase-specific css to its own file
2013-12-16 09:52:58 -08:00
Jonathan McPherson
fdb256a534
fix some animation and margin problems
2013-12-12 16:16:04 -08:00
Jonathan McPherson
62a2b57613
clarify regions of app UI vs. showcase UI
2013-12-12 15:45:39 -08:00
Jonathan McPherson
57393806b0
initial support for Readme.md
2013-12-12 11:47:04 -08:00