Statistics
| Branch: | Tag: | Revision:

root / ui / static / main.css @ 67679131

History | View | Annotate | Download (24.1 kB)

# Date Author Comment
67679131 04/14/2011 01:45 pm Christos Psaltis

Add css and minor template changes in add metadata box, Refs #375

0c1f14ed 04/14/2011 12:48 pm Christos Psaltis

Fix position of create button in metadata editor, Refs #375

295800ec 04/14/2011 12:28 pm Christos Psaltis

Add css and minor template changes in basic metadata box, Refs #375

aa1e0cab 04/13/2011 09:01 pm Markos Gogoulos

use icons for standard/single/list views on the ui

Refs #389

33282d93 04/13/2011 07:17 pm Markos Gogoulos

fix machine actions on the ui

f87e79a4 04/13/2011 06:33 pm Mike Muzurakis

visual enhancements on wizard, fix tab keystroke crash, Refs #83

cf93419a 04/12/2011 11:15 pm Mike Muzurakis

more visual fixes for the vm creation wizard, Refs #83

afa2ebd2 04/12/2011 04:31 pm Mike Muzurakis

visual fixes on new wizard, Refs #83

2bd7eb5a 04/12/2011 12:52 pm Mike Muzurakis

fix wizard buttons in opera, Refs #83

ce4f9227 04/12/2011 12:28 pm Mike Muzurakis

Fix layout and initial welcome screen, Refs:#279

2f928026 04/11/2011 04:29 pm Mike Muzurakis

Merge branch 'ui-0.2' of https://code.grnet.gr/git/synnefo into ui-0.2

Conflicts:
ui/templates/standard.html

94adeabb 04/11/2011 04:11 pm Mike Muzurakis

Update wizard with version 2 mockups, ref #83

c26f1ccc 04/11/2011 02:00 pm Christos Psaltis

Fix widths of table columns in list view, ref #387

36f65c1f 04/11/2011 01:43 pm Christos Psaltis

Replace ip with flavor in list view, ref #387

f3632e8d 04/09/2011 12:01 pm Christos Psaltis

Replace more with destroy in icon view, ref #381

271ed85d 04/08/2011 03:27 pm Christos Psaltis

Minor format editing of main.css

09ec6db2 04/08/2011 12:15 pm Mike Muzurakis

fix positioning of list view box, make strings translatable, #279

6902f72e 04/08/2011 11:22 am Mike Muzurakis

add initial version of welcome screen, ref #279

038383b1 04/02/2011 07:45 pm Dimitris Moraitis

detailed error handling & iso8601 compatibility - Refs #213 #363

e2ccad35 04/01/2011 09:07 pm Dimitris Moraitis

fix wave in list view & minor css improvements - refs #293

9a5cd5f7 04/01/2011 07:32 pm Dimitris Moraitis

x-browser compat css fixes

1d72dcdc 04/01/2011 06:12 pm Markos Gogoulos

make smaller wave and spinner icons on gui

Refs #293

6daac744 04/01/2011 06:07 pm Christos Psaltis

Reduce height for error box in standard view, ref #213.

6ef5a025 04/01/2011 06:01 pm Christos Psaltis

Change on hover color for Details button, ref #213

30695d66 04/01/2011 05:28 pm Christos Psaltis

Change margins for non-fixed confirmation dialog, ref #209

29124102 04/01/2011 05:04 pm Christos Psaltis

Hover color for selected actions set to orange

309d7ed2 03/30/2011 04:09 pm Dimitris Moraitis

autoposition multiple confirm box - Refs #209

6d0a36e5 03/29/2011 11:31 pm Dimitris Moraitis

display animation only once - Refs #293

190e3256 03/29/2011 04:28 pm Dimitris Moraitis

fix select all/none in list view & fix position of multiple action confirm box

040372a8 03/29/2011 01:37 pm Christos Psaltis

Fix actions' colours in list and standard view.

This fix relates to #209 and includes:
- On hover, actions turn black and are underlined.
- On click, actions turn to orange.

695e1b21 03/26/2011 03:23 pm Dimitris Moraitis

polish new style error boxes & validate rangeinputs - Refs #209 #213 #147

879748ec 03/24/2011 10:33 pm Markos Gogoulos

fix error handling and confirmation boxes

On the standard listing
Refs #209 #213

8550e831 03/24/2011 08:52 pm Markos Gogoulos

return virtual machine password to the gui user

return the password of the VM to the gui user, once the create server wizzard
has successfully created the VM.

Refs: #203

a1a31201 03/24/2011 05:57 pm Dimitris Moraitis

new style action indicators in standard view - Refs #209

aa0534a7 03/24/2011 04:38 pm Dimitris Moraitis

new style confirmations in standard view - Refs #209

267403ca 03/23/2011 09:20 pm Dimitris Moraitis

new style confirmations & abort old switch view requests - Refs #209 Fixes #309

d725fb12 03/19/2011 08:16 pm Christos Psaltis

Add and style confirmation box in list & standard view.

This refers to the confirmation box for multiple machine actions
in standard view and all machine actions in list view. The box
appears at the bottom of the page. You can only view it
by removing display: none from div.confirmation....

c2464ef2 03/19/2011 07:04 pm Christos Psaltis

Add and style confirmation box in standard view

This refers to the confirmation box for single machine actions.
At this point you can only view it by removing display: none
from div.confirmation.

Refs #209

31343277 03/18/2011 07:46 pm Christos Psaltis

Add initial html for new style confirmations

984af1e1 03/18/2011 05:11 pm Christos Psaltis

On hover actions turn to orange.

e5b0ba20 03/12/2011 03:06 am Vangelis Koukis

Remove unneeded GUI refreshes, fix spelling

Now that partial refreshes are working, there is no need to refresh
whole page after submitting an AJAX request. This eliminates unecessary
flicker.

Make the GUI page update every 5s instead of 60s.

Modify spelling of "seperator" to read "separator".

48ce8b68 03/10/2011 07:54 pm Christos Psaltis

Initial support for auto updating list view

935bb83f 03/09/2011 01:38 am Markos Gogoulos

translatable message in case no machine exists

Show the following translatable message in div id emptymachineslist when the
api call returns no servers (user has not created any server, or all of their
servers are deleted)

{% trans "You have no virtual machines! Press Create New to create some!" %}</div>

eae0a59a 03/08/2011 04:25 am Dimitris Moraitis

partial auto-refresh

e32c2a5d 03/06/2011 08:39 pm Dimitris Moraitis

improve look and browser compatibitily of list table scroll

520430b7 03/06/2011 06:43 pm Dimitris Moraitis

add listing table scrollbar, at least for Gecko browsers

eb8deaef 03/06/2011 07:38 am Dimitris Moraitis

minor css rewrite

008b3ae8 02/22/2011 08:18 pm Christos Psaltis

Remove table of terminated machines in list view

There is only one table in list view now, which
contains both running and terminated machines.

74bb9785 02/22/2011 01:39 pm Christos Psaltis

Correct apearance of actions in standard view

The actions shown for running machines are:

  • reboot
  • shut down
  • more

The actions shown for terminated machines are:

  • start
  • more
5d13042c 02/22/2011 01:32 pm Christos Psaltis

removed focus for actions in standard view

e764ccfd 02/22/2011 01:16 pm Christos Psaltis

change color and margin in list view actions

bd96a56b 02/14/2011 06:08 pm Christos Psaltis

tables working as before, but with datatables plugin

f58ec963 02/13/2011 06:56 pm Christos Psaltis

replace all alerts in standard view with themed pop ups

9c8bae13 02/13/2011 01:53 pm Christos Psaltis

smaller serach bars in list view

bd528b3b 02/13/2011 12:21 pm Christos Psaltis

Apply DRY in machines template

This includes:

  • initial code for reusable ajax error and success functions
  • more descriptive names for confirmation and notification overlays
  • break update() in update_vms() and update_images() for less calls
a4531705 02/13/2011 12:12 am Christos Psaltis

replace tablesorter with datatables, work in progress

fcb969cc 02/12/2011 07:01 pm Christos Psaltis

experiment with verification of reboot action in standard view

95ac62ec 02/11/2011 08:02 pm Christos Psaltis

remove transparency from selection menu in list view and add hover color

a9d8ed3a 02/11/2011 07:50 pm Christos Psaltis

correct delete state and transitions in list view

f124656b 02/08/2011 08:41 pm Christos Psaltis

change misc id to creation-note

164d6386 02/08/2011 07:11 pm Christos Psaltis

first version of sliding selection menu in list view

bd8b1d60 02/05/2011 06:54 pm Christos Psaltis

rearrange code in standard machine view and add calls for reboot, shutdown actions

35b8688f 02/04/2011 08:29 pm Christos Psaltis

select-deselect all widget in list view

2292441b 02/04/2011 06:54 pm Christos Psaltis

remove redundant css entries

5c908a0f 02/04/2011 06:45 pm Christos Psaltis

Same font colors in terminated and active machines

efc2c28a 02/04/2011 06:10 pm Christos Psaltis

move spinner in the middle of the loading pane

26655d67 02/04/2011 06:05 pm Christos Psaltis

more light grey actions in list view

e9e9bc61 02/04/2011 05:57 pm Christos Psaltis

less width in blue seperator at list view

af215361 02/01/2011 03:10 pm Dimitris Moraitis

Merge branch 'master' of https://code.grnet.gr/git/synnefo

Conflicts:
ui/templates/machines.html

0604f74f 02/01/2011 03:08 pm Dimitris Moraitis

toggle actions in list view

84479440 02/01/2011 01:49 pm Christos Psaltis

hide horizontal scroll bar in list view

379a34cf 01/30/2011 11:12 pm Dimitris Moraitis

list view improvements

c3b3043d 01/30/2011 09:38 pm Dimitris Moraitis

fix table sort & scroll in list view

1daaa0d7 01/27/2011 02:47 pm Christos Psaltis

prepare list view template for dynamic actions menu

d932286d 01/26/2011 07:12 pm Christos Psaltis

initial version of animation for main tabs

892cfabe 01/26/2011 02:08 pm Christos Psaltis

correct list view alignment of table elements

0dedf601 01/24/2011 07:08 pm Christos Psaltis

new main tabs appear and disappear without animation

24d0c6a9 01/24/2011 05:56 pm Christos Psaltis

added rotating arrow for alternative tabs

556c1cbe 01/24/2011 02:28 pm Christos Psaltis

added checkbox in table headers of list view

7dda8900 01/21/2011 04:08 pm Christos Psaltis

fixed widths for machines table in list view

c376783b 01/21/2011 04:01 pm Markos Gogoulos

renamed instance to machine on css etc. also added a few strings for the translation

5435c65a 01/21/2011 02:38 pm Christos Psaltis

placed grey delimeter again and set minimum height for standard view to be the same as for list view

6f471e00 01/21/2011 02:03 pm Dimitris Moraitis

Merge branch 'master' of https://code.grnet.gr/git/synnefo

195e8f48 01/21/2011 02:02 pm Dimitris Moraitis

move menu items a bit to the bottom

1c86af5b 01/20/2011 07:17 pm Christos Psaltis

fixed appearance of spinner in list view, transformed it to table and added sorting

38e2c5ed 01/20/2011 02:56 pm Christos Psaltis

added spinner when loading machines and server sleep, to emulate a real life use case

bc863f04 01/20/2011 12:23 pm Christos Psaltis

fixed actions disappearing after hovering on an instance

db4da4a8 01/20/2011 11:50 am Christos Psaltis

removed grey delimiter between instances, instead added more spacing

800ee222 01/20/2011 11:42 am Christos Psaltis

added 1px space between grey delimiting line and each instance

43df43aa 01/19/2011 05:43 pm Markos Gogoulos

renamed instances to machines and also files/urls

c5deae4a 01/19/2011 02:50 pm Markos Gogoulos

instances bar for terminated machines does not appear if no terminated machines exist

1f9f6aec 01/17/2011 02:27 pm Christos Psaltis

more top margin for states in list view

d367b4f9 01/17/2011 02:19 pm Christos Psaltis

in list view, added more spacing between instances, and removed spacing between running instances and seperator line

d8927788 01/17/2011 01:43 pm Christos Psaltis

fixed instance hover pushing other entries lower

9c4d2a8f 01/17/2011 12:50 pm Christos Psaltis

changes opcatity of current language and greek translation of New button

1dd48fea 01/17/2011 12:38 pm Markos Gogoulos

standard/list view instances small css changes, plus README quick note added

b75a6236 01/17/2011 11:58 am Christos Psaltis

fixed alignment of instance view selection icons

d8ee4f1c 01/17/2011 11:55 am Christos Psaltis

top and bottom margins for hover box of instances in standard view are now equal

03b3fa7e 01/17/2011 11:37 am Christos Psaltis

added grey line seperating instances in standard view and changed margins

d8221f88 01/17/2011 10:35 am Christos Psaltis

less padding for OS entries at first wizard step