summaryrefslogtreecommitdiff
path: root/css/styles.css
AgeCommit message (Collapse)Author
2007-05-26- added span for pagemenu currently used in 'What's on?' as menu seperatorChristian Wieninger
2007-05-25- Adapted Aboutbox for better i18n support.Dieter Hametner
- Modified styles for longer german translation strings.
2007-05-25- Change styles to get rid of transparent line in about box.Dieter Hametner
2007-05-25- about box, first summitSascha Volkenandt
2007-05-24fixed some style errorsThomas Keil
2007-05-24Added nice frames around checkboxes and their labels, added logical labels ↵Thomas Keil
(you can click the label now to enable the checkbox/radio)
2007-05-23- link to channel in search resultsChristian Wieninger
2007-05-23- summary for search resultsChristian Wieninger
2007-05-11- removed global table width 100%Michael Brückner
- fixed table padding in login.ecpp
2007-05-08- Control recordings playback from InfoboxDieter Hametner
- Added button images (Buttons by skiller2k1) - Made recordings look more like schedule - Made all tables 100% width to have a common look over all pages - some cleanup in ajax xml responses - common file for xmlresponses - Added translations for recordings related strings - Javascript updates in vdr_status.js for new playback control functions - Added tasks for playback control actions
2007-05-08- added css style to 'a' in timers tableChristian Wieninger
2007-05-05- General cleanup of recordings. Made design more like other pagesDieter Hametner
- Bugfix for #289, #291 - Adapted styles and helper classes. - recordings should be now strict XHTML.
2007-05-04- tooltip is now on events titleChristian Wieninger
2007-05-01Beautified some stuffThomas Keil
2007-05-01Beautified some stuff and fixe Bug #273Thomas Keil
2007-04-28fixed a bugThomas Keil
2007-04-28Fixed bug in timers table headThomas Keil
2007-04-27Headerline for each timerboxThomas Keil
2007-04-27- added actions für searchtimer & timer in submenuMichael Brückner
- resized logo_login.png - beautified login page
2007-04-26- added logout button in menuMichael Brückner
- translation fixes
2007-04-26Added authenticationThomas Keil
2007-04-25- Added pagemenu infrastructure. Use this to create below the main menuDieter Hametner
a page specific optional additional menu. Just add a component to the main menu. A working sample can be found in 'schedule.ecpp' - Added extra with at the top of the recordings line. - Adapted styles.css for both changes.
2007-04-25Beatified edit_searchtimer, added helping tooltipsThomas Keil
2007-04-24- temporarly replaced new searchtimer button with button_new.pngMichael Brückner
- dont show something like "edit searchtimers" or "edit timers"
2007-04-24- fixed css for green save button fontMichael Brückner
2007-04-24Various stuff, I'm in a hurryThomas Keil
2007-04-24Fixed some styles, new icons, added tooltipsThomas Keil
2007-04-24Styles prettierThomas Keil
2007-04-24New StyleThomas Keil
2007-04-22- added section for search resultsChristian Wieninger
2007-04-03- replaced remotecontrol.png and tv.png with jpg-versions (thx to jo01)Michael Brückner
2007-04-02- (MB) complete new remote design with imagemapDieter Hametner
- (MB) placed progressbar after date in whatson (thx to winni) - (MB) replaced inactive picture (thx to winni)
2007-03-31- [MB] fixed table design searchtimersDieter Hametner
- [MB] replaced normal buttons in remote with graphical buttons - [MB] added power button in remote
2007-03-25Fixed some stuffThomas Keil
2007-02-25- Fixed CSS styling for the buttons toolbox in status box.Dieter Hametner
2007-02-22- Polling in status box can now be toggled between active and inactive.Dieter Hametner
2007-02-18- Added status box with current channel, program and elapsed time in theDieter Hametner
logo area. - Added support for progress bars to display elapsed content. - Extendend ajax.js to be usable for non xml requests. - adapted styles for the new features.
2007-01-19- Reintroduced a shortened part of the description in the event box.Dieter Hametner
2007-01-19- Added new class epgEvent. Sie epg_events.h. This class collects epgDieter Hametner
data from other structures. It can the be used to appent to the page a hidden section with full epg datas for the epg-popup boxes. - Changed whats_on to uses this new feature. - No description in the event boxes any more. A mouse over tooltip shows a shortened version of the description. A click on 'more' displays a full epg box. - Added tip parameter to ajax_action_href. The text is displayed as tooltip when hoovering over the link. - Adapted style.css to make event boxes smaller.
2007-01-18- Changed default tooltip style class to domTThintDieter Hametner
- Added tooltip style class domTTepg for epg infos like in recordings - Added new pageelement.epg_tt_box to create epg box tooltips. Used at moment in recordings. Planned also for whats_on and schedule. - Changed structure of event box in whats_on to same structure like epg box. This makes the styling comparable between the two boxes. - added bg_tools.png to with a vertical fadeing border to resemble the fading bottom of more line oriented pages.
2007-01-17- Moved cRecordings locking infrastructure to RecordingsManager.Dieter Hametner
- Take care to have at any time maximum one instance of RecordingsManager alive. This is done with a combination of boost::shared_ptr and boost::weak_ptr. See LiveRecordingsManager() function. - RecordingsTree now uses RecordingsManager to calculate a MD5 Hash for each 'real' cRecording item. - The MD5 Hash is used in the Ajax-Request to start play back of a recording. (Server side needs implementation of this.) - Id's are also used in the DOM for the identification of the tooltips. - New code dependency on openssl libraries (for md5 function). - Changed style (not yet complete) to have 'action' items also in the recording description popup.
2007-01-15- Recordings optimisationsDieter Hametner
- Experimental 'yellow' Tooltips
2007-01-14Updated recordings tooltipps.Dieter Hametner
2007-01-14- Extended tooltip infrastructure.Dieter Hametner
- Made recordings use tooltip infrastructure to display detailed info. - Updated style for this.
2007-01-14Updated header lines.Dieter Hametner
Moved channel selection into menu line, when schedule is active.
2007-01-14UpdatesThomas Keil
2007-01-14Send detailed recordings information on the recordings page.Dieter Hametner
To make it visieble we still need to activate the tooltip javascript.
2007-01-13BugfixesThomas Keil
2007-01-13Changed overall menue structureThomas Keil
2007-01-13add img border=0 styleThomas Keil